]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/mdi.cpp
fixed python-related files names after they had been apparently renamed in the cvs...
[wxWidgets.git] / src / gtk / mdi.cpp
index a15c6a7500107559a72ad13e928db6aa74c8bd37..c06efa1a51a8b3f7723a9abed3d624301d3f000a 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_MDI
+
 #include "wx/mdi.h"
-#include "wx/notebook.h"
 
-#if wxUSE_MDI
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+#endif
 
+#include "wx/notebook.h"
 #include "wx/dialog.h"
 #include "wx/menu.h"
-#include "wx/intl.h"
 #include "wx/gtk/private.h"
 
 #include <glib.h>