From cb8afeb3e3b17de69af9e6d5a1e97c69231b9a05 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 5 May 2009 22:51:44 +0000 Subject: [PATCH] build fix for wxUSE_CONFIG==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/config.h b/include/wx/config.h index a6efb04e33..c455319b79 100644 --- a/include/wx/config.h +++ b/include/wx/config.h @@ -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" - #if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE # ifdef __WIN32__ # include "wx/msw/regconf.h"