]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlfilt.cpp
get rid of one of the extra slashes in the download URLs
[wxWidgets.git] / src / html / htmlfilt.cpp
index d3f951a88d876c4ec39a45d3ff5d67e491192bc7..025a19e15542820381bb79bdf42e4a2c61ae23f2 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        htmlfilt.cpp
+// Name:        src/html/htmlfilt.cpp
 // Purpose:     wxHtmlFilter - input filter for translating into HTML format
 // 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/log.h"
     #include "wx/intl.h"