X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1da887276915d7b83dc7beff43bbe0deea35939..4521f6c88cbefa7f13e3733d344776b795f981e4:/src/html/m_style.cpp?ds=sidebyside

diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp
index f5622376cf..4a1f8592b9 100644
--- a/src/html/m_style.cpp
+++ b/src/html/m_style.cpp
@@ -1,27 +1,20 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        m_style.cpp
+// Name:        src/html/m_style.cpp
 // Purpose:     wxHtml module for parsing <style> tag
 // Author:      Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) 2002 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation
-#endif
-
 #include "wx/wxprec.h"
 
-
-#include "wx/defs.h"
-#if wxUSE_HTML && wxUSE_STREAMS
-
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#ifndef WXPRECOMP
+#if wxUSE_HTML && wxUSE_STREAMS
+
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"