mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-09 10:17:58 -04:00
Fix some header orders to make MSVC happy
This commit is contained in:
parent
e971f551ad
commit
3cfb0154af
@ -1,8 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <wx/arrstr.h>
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <wx/arrstr.h>
|
|
||||||
|
|
||||||
#include "DemodulatorInstance.h"
|
#include "DemodulatorInstance.h"
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
|
#include <wx/menu.h>
|
||||||
|
#include <wx/textdlg.h>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <wchar.h>
|
||||||
|
|
||||||
#include "BookmarkView.h"
|
#include "BookmarkView.h"
|
||||||
#include "CubicSDR.h"
|
#include "CubicSDR.h"
|
||||||
#include "ActionDialog.h"
|
#include "ActionDialog.h"
|
||||||
|
|
||||||
#include <wx/menu.h>
|
|
||||||
#include <wx/textdlg.h>
|
|
||||||
#include <algorithm>
|
|
||||||
#include <wchar.h>
|
|
||||||
|
|
||||||
#define wxCONTEXT_ADD_GROUP_ID 1000
|
#define wxCONTEXT_ADD_GROUP_ID 1000
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "wx/choice.h"
|
||||||
|
#include "wx/dialog.h"
|
||||||
|
|
||||||
#include "BookmarkPanel.h"
|
#include "BookmarkPanel.h"
|
||||||
#include "BookmarkMgr.h"
|
#include "BookmarkMgr.h"
|
||||||
#include "wx/choice.h"
|
|
||||||
#include "wx/dialog.h"
|
|
||||||
|
|
||||||
class TreeViewItem : public wxTreeItemData {
|
class TreeViewItem : public wxTreeItemData {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user