]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
scrollbar handling simplification
[wxWidgets.git] / src / html / helpfrm.cpp
index 250f7f2e8c963bd61a39b3bf8773b3b1b8a961b4..a1456b1ae2f309dc1aabfc88d6373298e1caf8a0 100644 (file)
 
 #ifndef WXPRECOMP
     #include "wx/object.h"
+    #include "wx/dynarray.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
 
     #include "wx/sizer.h"
 
 #include "wx/progdlg.h"
 #include "wx/toolbar.h"
 #include "wx/fontenum.h"
-#include "wx/stream.h"
 #include "wx/filedlg.h"
 #include "wx/artprov.h"
 #include "wx/spinctrl.h"
-#include "wx/dynarray.h"
 #include "wx/choicdlg.h"
 #include "wx/settings.h"