]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirctrlg.cpp
Blindly added wxImageList::replace( int, bitmap, mask )
[wxWidgets.git] / src / generic / dirctrlg.cpp
index 159b5eadfc3e9898402def056c4a8a703133f501..a29d5809e4d7ac3f5a05fc0bace62253c3dbfc64 100644 (file)
 
 #if wxUSE_DIRDLG || wxUSE_FILEDLG
 
+#include "wx/generic/dirctrlg.h"
+
 #ifndef WX_PRECOMP
     #include "wx/hash.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
-#include "wx/generic/dirctrlg.h"
 #include "wx/module.h"
 #include "wx/utils.h"
 #include "wx/button.h"
 #include "wx/filefn.h"
 #include "wx/cmndata.h"
 #include "wx/gdicmn.h"
-#include "wx/intl.h"
 #include "wx/imaglist.h"
 #include "wx/icon.h"
-#include "wx/log.h"
 #include "wx/sizer.h"
 #include "wx/tokenzr.h"
 #include "wx/dir.h"