]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_layout.cpp
scrollbar handling simplification
[wxWidgets.git] / src / html / m_layout.cpp
index 0bc14503f754b3c70c4ed522d31a531bc6061373..e4242e6a6621764405e1e8d827534cd9ec23ffa0 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        m_layout.cpp
+// Name:        src/html/m_layout.cpp
 // Purpose:     wxHtml module for basic paragraphs/layout handling
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -9,14 +9,12 @@
 
 #include "wx/wxprec.h"
 
-#include "wx/defs.h"
-
-#if wxUSE_HTML && wxUSE_STREAMS
-
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
 
+#if wxUSE_HTML && wxUSE_STREAMS
+
 #ifndef WXPRECOMP
 #endif