]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
use GetPath() instead of GetFullPath() in the directory-oriented functions (patch...
[wxWidgets.git] / src / common / image.cpp
index cc9834d4d6d7f18395820d5ba96184fd78e23773..9e53e054f5ffe62aefd63c3d5551019242ab50ac 100644 (file)
     #include "wx/log.h"
     #include "wx/app.h"
     #include "wx/hash.h"
+    #include "wx/utils.h"
 #endif
 
 #include "wx/image.h"
 #include "wx/bitmap.h"
-#include "wx/debug.h"
 #include "wx/filefn.h"
 #include "wx/wfstream.h"
 #include "wx/intl.h"
 #include "wx/module.h"
-#include "wx/utils.h"
 #include "wx/math.h"
 
 #if wxUSE_XPM