]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp.in
Misc XRC format docs corrections.
[wxWidgets.git] / src / stc / stc.cpp.in
index a635b561df4db6fea589bba5b8766502e777040a..6b5e34d486c7d5efa95da8f09cd52473f118a8ba 100644 (file)
@@ -10,7 +10,6 @@
 // Author:      Robin Dunn
 //
 // Created:     13-Jan-2000
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000 by Total Control Software
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -50,7 +49,7 @@
 #if wxUSE_FFILE
     #include "wx/ffile.h"
 #elif wxUSE_FILE
-    #include "wx/ffile.h"
+    #include "wx/file.h"
 #endif
 
 #ifdef __WXGTK__