]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpwnd.cpp
fixing translation
[wxWidgets.git] / src / html / helpwnd.cpp
index e9aac75806a72bfd8c99f19d1c1fa27eb72d7304..bb2aaafd71145ff5919dc180919c6ab02d586a4f 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #if wxUSE_WXHTML_HELP
 
 #ifndef WXPRECOMP
+    #include "wx/object.h"
+    #include "wx/dynarray.h"
     #include "wx/intl.h"
     #include "wx/log.h"
 
-    #include "wx/object.h"
     #include "wx/sizer.h"
 
     #include "wx/bmpbuttn.h"
@@ -54,7 +55,6 @@
 #include "wx/filedlg.h"
 #include "wx/artprov.h"
 #include "wx/spinctrl.h"
-#include "wx/dynarray.h"
 #include "wx/choicdlg.h"
 #include "wx/settings.h"