]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dib.cpp
Fix typo in last commit
[wxWidgets.git] / src / palmos / dib.cpp
index 157bf03f95a9fdd3d7bce182f8fa9f576df5aa83..3319054f5e9c26da82919402f73b586fad904a36 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10.13.04
 // RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/intl.h"
+    #include "wx/bitmap.h"
+    #include "wx/image.h"
 #endif //WX_PRECOMP
 
-#include "wx/bitmap.h"
 #include "wx/file.h"
 
-#include "wx/image.h"
 #include "wx/palmos/dib.h"
 
 // ----------------------------------------------------------------------------