changeset 1943:56bb18dd3fdd

paranormal: CONFIG_H removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:46:11 -0500
parents f14d11bf9cbb
children b180f83e4388
files src/paranormal/actuators.c src/paranormal/builtins.c src/paranormal/cmaps.c src/paranormal/containers.c src/paranormal/freq.c src/paranormal/general.c src/paranormal/misc.c src/paranormal/presets.c src/paranormal/wave.c src/paranormal/xform.c
diffstat 10 files changed, 10 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/src/paranormal/actuators.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/actuators.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <glib.h>
 
--- a/src/paranormal/builtins.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/builtins.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "actuators.h"
 
--- a/src/paranormal/cmaps.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/cmaps.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <glib.h>
 
--- a/src/paranormal/containers.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/containers.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdio.h>
 
--- a/src/paranormal/freq.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/freq.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdlib.h>
 #include <stdio.h>
--- a/src/paranormal/general.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/general.c	Mon Oct 01 16:46:11 2007 -0500
@@ -19,9 +19,7 @@
 
 /* FIXME: what to name this file? */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "paranormal.h"
 #include "actuators.h"
--- a/src/paranormal/misc.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/misc.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdlib.h>
 #include <stdio.h>
--- 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>
--- a/src/paranormal/wave.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/wave.c	Mon Oct 01 16:46:11 2007 -0500
@@ -17,9 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <math.h>
 
--- a/src/paranormal/xform.c	Mon Oct 01 16:43:45 2007 -0500
+++ b/src/paranormal/xform.c	Mon Oct 01 16:46:11 2007 -0500
@@ -22,9 +22,7 @@
    so that only 1 apply_xform needs to be done for as many
    of these as someone wants to use */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <math.h>