]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
Warning fixes for VC5.
[wxWidgets.git] / src / common / xpmdecod.cpp
index 6fd4fb11aa9899e1e2526394f6a6c5577b64eca8..fa9bcb9fc7a75b664a5523e143de652fd09a63d4 100644 (file)
@@ -102,12 +102,14 @@ license is as follows:
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/utils.h"
+    #include "wx/hashmap.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
+    #include "wx/image.h"
 #endif
 
-#include "wx/stream.h"
-#include "wx/image.h"
-#include "wx/utils.h"
-#include "wx/hashmap.h"
 #include <string.h>
 
 #include <ctype.h>