]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/module.cpp
remove the vertical scrollbar completely if the control is empty
[wxWidgets.git] / src / common / module.cpp
index 2d5df449544f039f5695dc06765977f91ba074d5..aebe228545e2fefd5f533ed56b4e0b26467ee4b0 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        module.cpp
+// Name:        src/common/module.cpp
 // Purpose:     Modules initialization/destruction
 // Author:      Wolfram Gloger/adapted by Guilhem Lavaux
 // Modified by:
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/module.h"
-#include "wx/hash.h"
-#include "wx/intl.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/hash.h"
+    #include "wx/intl.h"
+#endif
+
 #include "wx/log.h"
 #include "wx/listimpl.cpp"
 
@@ -104,4 +108,3 @@ void wxModule::CleanUpModules()
 
     WX_CLEAR_LIST(wxModuleList, m_modules);
 }
-