Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2467) +++ trunk/config.auto.h.in (revision 2468) @@ -29,9 +29,6 @@ /**** TODO ****/ -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 Index: trunk/src_plugins/hid_gtk/gui-top-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-top-window.c (revision 2467) +++ trunk/src_plugins/hid_gtk/gui-top-window.c (revision 2468) @@ -54,9 +54,7 @@ #include "conf_core.h" #include -#ifdef HAVE_LOCALE_H #include -#endif #include "ghid-layer-selector.h" #include "ghid-route-style-selector.h" #include "gtkhid.h"