First stage of WX dependency removal.

This commit is contained in:
Sacha 2013-11-28 05:16:19 +10:00
parent d83a9b12d6
commit 6bcaf469e8
26 changed files with 296 additions and 235 deletions

View file

@ -2,6 +2,7 @@
#define NOMINMAX
#ifndef QT_UI
#include <wx/string.h>
#include <wx/wx.h>
@ -17,6 +18,7 @@
#include <wx/filepicker.h>
#include <wx/wxprec.h>
#endif
#include <cstdint>