X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..a57d600f1aa4bae88f4c9b8d89a35332c412939e:/src/common/imagpcx.cpp?ds=sidebyside diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index c8b42f3b0a..91167781f9 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -18,19 +18,18 @@ #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" #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 //-----------------------------------------------------------------------------