X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af6c0f1de7b05cc9f85038939efbd79fcd5dc14e..9372855d1980987a788e44f89f9b73ede1e9f58b:/src/gtk/mdi.cpp diff --git a/src/gtk/mdi.cpp b/src/gtk/mdi.cpp index a15c6a7500..c06efa1a51 100644 --- a/src/gtk/mdi.cpp +++ b/src/gtk/mdi.cpp @@ -10,14 +10,17 @@ // 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