Don't include <config.h> twice; this doesn't work in some cases,
[gnulib.git] / lib / getdate.y
index d874d68..29a4be1 100644 (file)
@@ -32,9 +32,7 @@
 /* FIXME: Check for arithmetic overflow in all cases, not just
    some of them.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "getdate.h"