Index: trunk/pswarp/src/pswarp.h
===================================================================
--- trunk/pswarp/src/pswarp.h	(revision 15608)
+++ trunk/pswarp/src/pswarp.h	(revision 17955)
@@ -1,17 +1,17 @@
-# ifdef HAVE_CONFIG_H
-# include <config.h>
-# endif
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
-# include <stdio.h>
-# include <string.h>
-# include <strings.h>  // for strcasecmp
-# include <unistd.h>   // for unlink
-# include <pslib.h>
-# include <psmodules.h>
-# include <psphot.h>
+#include <stdio.h>
+#include <string.h>
+#include <strings.h>  // for strcasecmp
+#include <unistd.h>   // for unlink
+#include <pslib.h>
+#include <psmodules.h>
+#include <psphot.h>
 
-# include "pswarpErrorCodes.h"
-# define PSWARP_RECIPE  "PSWARP" // Name of the recipe to use
-# define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use
+#include "pswarpErrorCodes.h"
+#define PSWARP_RECIPE  "PSWARP" // Name of the recipe to use
+#define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use
 
 // a single pswarpMap converts coordinates from one image to a second image
