Compile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-05 10:25:39 +00:00
parent 0c589ad076
commit dbf3cd7a2b
4 changed files with 18 additions and 18 deletions

View File

@@ -30,22 +30,24 @@
// wxWindows
#ifndef WX_PRECOMP
#include "wx/window.h"
#ifdef __WXMSW__
#include "wx/msw/private.h"
#include <wx/event.h>
#include <wx/app.h>
#include <wx/string.h>
#include <wx/intl.h>
#include <wx/menu.h>
#include <wx/frame.h>
#include <wx/msgdlg.h>
#include <wx/filedlg.h>
#include <wx/textctrl.h>
#endif
#include "wx/event.h"
#include "wx/app.h"
#include "wx/string.h"
#include "wx/intl.h"
#include "wx/menu.h"
#include "wx/frame.h"
#include "wx/msgdlg.h"
#include "wx/filedlg.h"
#include "wx/textctrl.h"
#endif //WX_PRECOMP
#include <wx/file.h>
#include <wx/textfile.h>
#include <wx/utils.h>
#include <wx/log.h>
#include "wx/file.h"
#include "wx/textfile.h"
#include "wx/utils.h"
#include "wx/log.h"
// other standard headers
#include <errno.h>