]> git.saurik.com Git - wxWidgets.git/blobdiff - src/richtext/richtextxml.cpp
Removed all outdated makefile.dos and their *.msc include.
[wxWidgets.git] / src / richtext / richtextxml.cpp
index 0d05379693b2c4616f05dbb1424779ee069c4f85..869560414fd60a722f6ab6265e38c22adbf0a7c8 100644 (file)
@@ -13,7 +13,7 @@
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #if wxUSE_RICHTEXT && wxUSE_XML
@@ -21,7 +21,6 @@
 #include "wx/richtext/richtextxml.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
     #include "wx/intl.h"
 #endif