]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
Just remove redundant wxDocument::SetDocumentTemplate() call.
[wxWidgets.git] / src / stc / stc.cpp
index 1dc93c27de4543e43a61798ab831bc3a2533b3ba..625694fee4ee9aa3a40498a17c850c5a4386f226 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__