]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/table.cpp
added newline conversion
[wxWidgets.git] / utils / tex2rtf / src / table.cpp
index 4dc88ee028e41d4f9c6ff15afbf590297ae21e7b..6d4b41dd425e0694af66cf68a611e9799fc1e3b7 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
 #endif
 
 #ifndef WX_PRECOMP
-#include "wx/wx.h"
 #endif
 
 #endif
 
+#include "wx/hash.h"
 
 
-#include <wx/hash.h>
+#ifdef new
+#undef new
+#endif
 
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 
 #if wxUSE_IOSTREAMH
 #include <iostream.h>