]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_style.cpp
(blind) compilation fix for wxCocoa
[wxWidgets.git] / src / html / m_style.cpp
index 3934a459902331214b3a6b950f8393b65f760a54..85770ae851d03cb31e0c2b83f7cd83eee5bb7c8f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        m_style.cpp
+// Name:        src/html/m_style.cpp
 // Purpose:     wxHtml module for parsing <style> tag
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Purpose:     wxHtml module for parsing <style> tag
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -9,13 +9,12 @@
 
 #include "wx/wxprec.h"
 
 
 #include "wx/wxprec.h"
 
-#include "wx/defs.h"
-#if wxUSE_HTML && wxUSE_STREAMS
-
 #ifdef __BORLANDC__
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #endif
 
+#if wxUSE_HTML && wxUSE_STREAMS
+
 #ifndef WXPRECOMP
 #endif
 
 #ifndef WXPRECOMP
 #endif