Index: trunk/psLib/swig/pslib.i
===================================================================
--- trunk/psLib/swig/pslib.i	(revision 3684)
+++ trunk/psLib/swig/pslib.i	(revision 4541)
@@ -2,10 +2,10 @@
 
 %{
-#define PS_ALLOW_MALLOC 
+#define PS_ALLOW_MALLOC
 #define SWIG
 #include "pslib.h"
 
 /* SWIG uses malloc/free - make it use the pslib memory functions instead. */
-/* 
+/*
 #define malloc(S)    psAlloc(S)
 #define realloc(P,S) psRealloc(P,S)
@@ -36,5 +36,5 @@
 #if defined(SWIGPERL)
    if (!SvOK($input)) {
-      $1 = NULL;      
+      $1 = NULL;
    } else {
       $1 = PerlIO_findFILE(IoIFP(sv_2io($input)));
@@ -58,8 +58,12 @@
 
 /* the actual including of headers are found in each of the directories. */
-%include "sysUtils.i"
-%include "image.i"
-%include "dataIO.i"
-%include "dataManip.i"
-%include "collections.i"
-%include "astronomy.i"
+%include "astro.i"
+%include "db.i"
+%include "fft.i"
+%include "fits.i"
+%include "imageops.i"
+%include "math.i"
+%include "mathtypes.i"
+%include "sys.i"
+%include "types.i"
+%include "xml.i"
