diff src/paranormal/presets.c @ 1943:56bb18dd3fdd

paranormal: CONFIG_H removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:46:11 -0500
parents 3b034150d31e
children f1b6f1b2cdb3
line wrap: on
line diff
--- a/src/paranormal/presets.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/presets.c	Mon Oct 01 16:46:11 2007 -0500
@@ -20,9 +20,7 @@
 /* FIXME: add documentation support to preset files */
 /* FIXME: add multiple-presets-per-file support (maybe) */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdlib.h>
 #include <ctype.h>