]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/winprop.cpp
Compile fix for dynarray,
[wxWidgets.git] / utils / dialoged / src / winprop.cpp
index afebc0f554a874003b72b1fc33d9de6626012d02..ad0bd926f666c6532d8c001eb8b1f426e39ced09 100644 (file)
 #include <math.h>
 #include <string.h>
 
-#if wxUSE_IOSTREAMH
-#if defined(__WXMSW__) && !defined(__GNUWIN32__)
-#include <strstrea.h>
-#else
-#include <strstream.h>
-#endif
-#else
-#include <strstream>
-#endif
-
 #ifdef __WXMSW__
 #include <windows.h>
 #endif