]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/maths.cpp
Cleaned up some comments, reorganized some code
[wxWidgets.git] / utils / tex2rtf / src / maths.cpp
index e951fea6a0b232f6b62f9646ed14df4f1757a299..1999b3b9167fdf534f2d12591be234752a750e90 100644 (file)
@@ -6,14 +6,15 @@
  */
 
 // For compilers that support precompilation, includes "wx.h".
-#include "wx_prec.h"
+#ifdef WX_PRECOMP
+#include "wx/wxprec.h"
+#endif
 
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-#include <wx.h>
 #endif
 
 #include <ctype.h>