comparison src/paranormal/general.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 a509498d76b9
comparison
equal deleted inserted replaced
1942:f14d11bf9cbb 1943:56bb18dd3fdd
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 /* FIXME: what to name this file? */ 20 /* FIXME: what to name this file? */
21 21
22 #ifdef HAVE_CONFIG_H 22 #include <config.h>
23 # include <config.h>
24 #endif
25 23
26 #include "paranormal.h" 24 #include "paranormal.h"
27 #include "actuators.h" 25 #include "actuators.h"
28 #include "pn_utils.h" 26 #include "pn_utils.h"
29 #include "libcalc/calc.h" 27 #include "libcalc/calc.h"