]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpcx.cpp
renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches...
[wxWidgets.git] / src / common / imagpcx.cpp
index c8b42f3b0a46acc6d7c1279305bd40cf717ece13..91167781f913bcab7f3af3da099ae8a02c958b15 100644 (file)
 #if wxUSE_IMAGE && wxUSE_PCX
 
 #ifndef WX_PRECOMP
 #if wxUSE_IMAGE && wxUSE_PCX
 
 #ifndef WX_PRECOMP
+    #include "wx/object.h"
+    #include "wx/list.h"
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/palette.h"
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/palette.h"
+    #include "wx/hash.h"
 #endif
 
 #include "wx/imagpcx.h"
 #include "wx/wfstream.h"
 #include "wx/module.h"
 
 #endif
 
 #include "wx/imagpcx.h"
 #include "wx/wfstream.h"
 #include "wx/module.h"
 
-#include "wx/hash.h"
-#include "wx/list.h"
-#include "wx/object.h"
-
 //-----------------------------------------------------------------------------
 // wxPCXHandler
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 // wxPCXHandler
 //-----------------------------------------------------------------------------