mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
Fix some header orders to make MSVC happy
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include <wx/menu.h>
|
||||
#include <wx/textdlg.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "BookmarkView.h"
|
||||
#include "CubicSDR.h"
|
||||
#include "ActionDialog.h"
|
||||
|
||||
#include <wx/menu.h>
|
||||
#include <wx/textdlg.h>
|
||||
#include <algorithm>
|
||||
#include <wchar.h>
|
||||
|
||||
#define wxCONTEXT_ADD_GROUP_ID 1000
|
||||
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "wx/choice.h"
|
||||
#include "wx/dialog.h"
|
||||
|
||||
#include "BookmarkPanel.h"
|
||||
#include "BookmarkMgr.h"
|
||||
#include "wx/choice.h"
|
||||
#include "wx/dialog.h"
|
||||
|
||||
|
||||
class TreeViewItem : public wxTreeItemData {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user