Non-precomp-header compilation
Originally committed to SVN as r5917.
This commit is contained in:
parent
e5e159d6b1
commit
c55195e11c
5 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "../ass_dialogue.h"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
|
|
Loading…
Reference in a new issue