]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
Fixed ReadLine missing last character from text files with no final newline.
[wxWidgets.git] / src / common / image.cpp
index 28aaf842e2ea61ae843deec7fb471e9e22947257..0f42524c20327d4a0d4909d023c5d1c2e43d5081 100644 (file)
     #include "wx/utils.h"
     #include "wx/bitmap.h"
     #include "wx/math.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/filefn.h"
 #include "wx/wfstream.h"
 #include "wx/intl.h"
-#include "wx/module.h"
 
 #if wxUSE_XPM
     #include "wx/xpmdecod.h"