]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpcx.cpp
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
[wxWidgets.git] / src / common / imagpcx.cpp
index c8b42f3b0a46acc6d7c1279305bd40cf717ece13..69b04d1ea72c2b5bc69cb03ec84eca2f21ba5f81 100644 (file)
 #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/hash.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