X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e3f3880bc2b13b0ff90a60f676959989da732dd..41f44cca0a5130f104aaeefad1f07a39a1491c0f:/src/common/imagpcx.cpp diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index 21b13599b9..91167781f9 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -19,18 +19,17 @@ #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" - //----------------------------------------------------------------------------- // wxPCXHandler //-----------------------------------------------------------------------------