Non-precomp-header compilation

Originally committed to SVN as r5917.
This commit is contained in:
Thomas Goyne 2011-11-25 22:12:15 +00:00
parent e5e159d6b1
commit c55195e11c
5 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#ifndef AGI_PRE
#include <wx/filedlg.h>
#include <wx/filename.h>
#include <wx/msgdlg.h>
#endif

View File

@ -40,6 +40,7 @@
#ifndef AGI_PRE
#include <wx/filedlg.h>
#include <wx/filename.h>
#endif
#include "command.h"

View File

@ -40,6 +40,7 @@
#ifndef AGI_PRE
#include <wx/filedlg.h>
#include <wx/filename.h>
#endif
#include "command.h"

View File

@ -42,6 +42,7 @@
#ifndef AGI_PRE
#include <wx/clipbrd.h>
#include <wx/filename.h>
#endif
#include "../ass_dialogue.h"

View File

@ -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>