]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
Updated Watcom/OS2 makefiles.
[wxWidgets.git] / src / html / m_list.cpp
index 97864acc7c67c32f4c3f2bee4f456ced9130d659..2328b748b874e65ff267236cab42f57e6d7ba032 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        m_list.cpp
+// Name:        src/html/m_list.cpp
 // Purpose:     wxHtml module for lists
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -9,13 +9,12 @@
 
 #include "wx/wxprec.h"
 
-#include "wx/defs.h"
-#if wxUSE_HTML && wxUSE_STREAMS
-
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#if wxUSE_HTML && wxUSE_STREAMS
+
 #ifndef WXPRECOMP
     #include "wx/brush.h"
     #include "wx/dc.h"