]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/dlghndlr.cpp
Compile fix for dynarray,
[wxWidgets.git] / utils / dialoged / src / dlghndlr.cpp
index d8c428e47b29d479d5ee963731efe62be76bd6c7..794043ecb0650916a0eed44a2348ef07f77a713f 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
-
 #include "reseditr.h"
 #include "winprop.h"
 #include "dlghndlr.h"