X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fad4327b0da1cf7860a0e998a24cbf5ab134a683..7ed24cb652413094e211940d7177d89e9fc805f5:/include/wx/config.h diff --git a/include/wx/config.h b/include/wx/config.h index 74f90300f7..97d28248a3 100644 --- a/include/wx/config.h +++ b/include/wx/config.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: config.h +// Name: wx/config.h // Purpose: wxConfig base header // Author: Julian Smart // Modified by: @@ -12,12 +12,10 @@ #ifndef _WX_CONFIG_H_BASE_ #define _WX_CONFIG_H_BASE_ -#include "wx/defs.h" +#include "wx/confbase.h" #if wxUSE_CONFIG -#include "wx/confbase.h" - // ---------------------------------------------------------------------------- // define the native wxConfigBase implementation // ----------------------------------------------------------------------------