X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7b6bef7c5e8fe436b506a316275f9bb08969415..07aec89fe1e7bad8010911aa8863efecfa909946:/src/stc/stc.cpp.in diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index a635b561df..6b5e34d486 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -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__