]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/proplist.cpp
Added an #ifdef
[wxWidgets.git] / src / generic / proplist.cpp
index 3c0922e09d605e1c8ada45de4a694eb8e69adf9b..4a44094a8e1b1f3bebd4cd3a2792b13ff068ba75 100644 (file)
 #include "wx/wx.h"
 #endif
 
+#include "wx/colordlg.h"
+#include "wx/proplist.h"
+
 #include <ctype.h>
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
 
-#if wxUSE_IOSTREAMH
-#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__)
-#include <strstrea.h>
-#else
-#include <strstream.h>
-#endif
-#else
-#include <strstream>
-#endif
-
-#include "wx/window.h"
-#include "wx/utils.h"
-#include "wx/list.h"
-#include "wx/colordlg.h"
-#include "wx/proplist.h"
 
 /*
  * Property text edit control