X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ff7d9066dae29da2bcfe611b62bcb276ce2afff0:/src/palmos/icon.cpp diff --git a/src/palmos/icon.cpp b/src/palmos/icon.cpp index 853931bafd..12a7d01948 100644 --- a/src/palmos/icon.cpp +++ b/src/palmos/icon.cpp @@ -24,12 +24,12 @@ #pragma hdrstop #endif +#include "wx/icon.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/icon.h" #include "wx/bitmap.h" #include "wx/log.h" #endif @@ -90,4 +90,3 @@ bool wxIcon::LoadFile(const wxString& filename, { return false; } -