]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
Fixed incorrect get page source check around SetPageSource.
[wxWidgets.git] / src / html / m_pre.cpp
index 4b5a71c7aa547e13bddf4a6fa0f0469d5d3ceb82..675d916321d83829df17a55e1acd3193f3b0ae8b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        m_pre.cpp
+// Name:        src/html/m_pre.cpp
 // Purpose:     wxHtml module for <PRE> ... </PRE> tag (code citation)
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -9,12 +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
 #endif