diff --git a/include/wx/db.h b/include/wx/db.h index 200fec58b4..c624086c26 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -75,19 +75,15 @@ #include #endif -#if wxMAJOR_VERSION == 2 - #include "utils.h" -#else - #ifdef __UNIX__ - # ifndef strnicmp - # define strnicmp strncasecmp - # endif - # ifndef stricmp - # define stricmp strcasecmp - # endif - #else - # include - #endif +#ifdef __UNIX__ +# ifndef strnicmp +# define strnicmp strncasecmp +# endif +# ifndef stricmp +# define stricmp strcasecmp +# endif +#else +# include #endif enum enumDummy {enumDum1};