X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7b6bef7c5e8fe436b506a316275f9bb08969415..1948ff5f89188afabbe0d538ab33545e3c94cbac:/src/stc/stc.cpp diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index 1dc93c27de..625694fee4 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -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__