// Author: Robin Dunn
//
// Created: 13-Jan-2000
-// RCS-ID: $Id$
// Copyright: (c) 2000 by Total Control Software
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_FFILE
#include "wx/ffile.h"
#elif wxUSE_FILE
- #include "wx/ffile.h"
+ #include "wx/file.h"
#endif
#ifdef __WXGTK__