From c3c7c3604fdf934d7a8ec70d79915cd8c8984ad1 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 10 Jul 2014 14:18:13 +0530 Subject: Fix -Wundef warning for HAVE_OBSTACK Remove the HAVE_OBSTACK macro check and include obstack check in include path order since we don't have a copy of obstack.h in the current directory. --- locale/programs/simple-hash.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'locale') diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c index ef371a080c..666e303eb4 100644 --- a/locale/programs/simple-hash.c +++ b/locale/programs/simple-hash.c @@ -27,11 +27,7 @@ #include #include -#if HAVE_OBSTACK -# include -#else -# include "obstack.h" -#endif +#include #ifdef HAVE_VALUES_H # include -- cgit 1.4.1