move wx includes into precomp guard.

This commit is contained in:
Joseph Lenox 2018-11-11 00:18:28 -06:00 committed by Joseph Lenox
parent 104089a3e3
commit cb8697f261

View File

@ -1,10 +1,10 @@
#include <wx/wxprec.h>
#ifndef WX_PRECOMP
#include <wx/wx.h>
#include <wx/display.h>
#include <wx/filefn.h>
#include <wx/dir.h>
#endif
#include <wx/display.h>
#include <wx/filefn.h>
#include <string>