]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/notebook.cpp
delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)
[wxWidgets.git] / src / univ / notebook.cpp
index 1d8c16355cd5dd4f2cc67df8ddbfd19b3f4c302c..1255a2fe5ce6836a15e8aeb8611ffcf6feb43228 100644 (file)
 
 #if wxUSE_NOTEBOOK
 
-#include "wx/imaglist.h"
 #include "wx/notebook.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dcmemory.h"
+#endif
+
+#include "wx/imaglist.h"
 #include "wx/spinbutt.h"
-#include "wx/dcmemory.h"
 
 #include "wx/univ/renderer.h"