]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing includes
authorJulian Smart <julian@anthemion.co.uk>
Wed, 15 Mar 2000 08:41:00 +0000 (08:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 15 Mar 2000 08:41:00 +0000 (08:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/logg.cpp
src/msw/listctrl.cpp

index c041955c5e860bce2a7e2c2d0aadfdb365b18ff6..7cf1fe9e754acc23cf517d48cb15eae8ccfc77db 100644 (file)
@@ -59,6 +59,7 @@
 #if wxUSE_LOG_DIALOG
     #include "wx/datetime.h"
     #include "wx/listctrl.h"
+    #include "wx/imaglist.h"
     #include "wx/image.h"
 #else // !wxUSE_TEXTFILE
     #include "wx/msgdlg.h"
index f6deb429ebaef2bc69da251b9e20b3e5d2110751..2353ebb54dff4fe3e37d0d8fcc221c0f812c4608 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/textctrl.h"
-    #include "wx/imaglist.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/settings.h"
 #endif
 
+#include "wx/textctrl.h"
+#include "wx/imaglist.h"
+
 #include "wx/listctrl.h"
 
 #include "wx/msw/private.h"