Index: /trunk/psLib/src/astronomy/psDB.c
===================================================================
--- /trunk/psLib/src/astronomy/psDB.c	(revision 3549)
+++ /trunk/psLib/src/astronomy/psDB.c	(revision 3550)
@@ -11,6 +11,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-29 22:15:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -23,6 +23,6 @@
 #include <string.h>
 #include <math.h>
-#include <mysql/mysql.h>
-#include <mysql/mysql_com.h> // enum_field_types
+#include <mysql.h>
+#include <mysql_com.h> // enum_field_types
 
 #include "psDB.h"
Index: /trunk/psLib/src/astronomy/psDB.h
===================================================================
--- /trunk/psLib/src/astronomy/psDB.h	(revision 3549)
+++ /trunk/psLib/src/astronomy/psDB.h	(revision 3550)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-28 22:54:19 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -21,6 +21,6 @@
 #ifdef BUILD_PSDB
 
-#include <mysql/mysql.h>
-#include <pslib.h>
+#include <mysql.h>
+#include "pslib.h"
 
 /// @addtogroup DataBase
Index: /trunk/psLib/src/dataIO/psDB.c
===================================================================
--- /trunk/psLib/src/dataIO/psDB.c	(revision 3549)
+++ /trunk/psLib/src/dataIO/psDB.c	(revision 3550)
@@ -11,6 +11,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-29 22:15:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -23,6 +23,6 @@
 #include <string.h>
 #include <math.h>
-#include <mysql/mysql.h>
-#include <mysql/mysql_com.h> // enum_field_types
+#include <mysql.h>
+#include <mysql_com.h> // enum_field_types
 
 #include "psDB.h"
Index: /trunk/psLib/src/dataIO/psDB.h
===================================================================
--- /trunk/psLib/src/dataIO/psDB.h	(revision 3549)
+++ /trunk/psLib/src/dataIO/psDB.h	(revision 3550)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-28 22:54:19 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -21,6 +21,6 @@
 #ifdef BUILD_PSDB
 
-#include <mysql/mysql.h>
-#include <pslib.h>
+#include <mysql.h>
+#include "pslib.h"
 
 /// @addtogroup DataBase
Index: /trunk/psLib/src/db/psDB.c
===================================================================
--- /trunk/psLib/src/db/psDB.c	(revision 3549)
+++ /trunk/psLib/src/db/psDB.c	(revision 3550)
@@ -11,6 +11,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-29 22:15:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -23,6 +23,6 @@
 #include <string.h>
 #include <math.h>
-#include <mysql/mysql.h>
-#include <mysql/mysql_com.h> // enum_field_types
+#include <mysql.h>
+#include <mysql_com.h> // enum_field_types
 
 #include "psDB.h"
Index: /trunk/psLib/src/db/psDB.h
===================================================================
--- /trunk/psLib/src/db/psDB.h	(revision 3549)
+++ /trunk/psLib/src/db/psDB.h	(revision 3550)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-28 22:54:19 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -21,6 +21,6 @@
 #ifdef BUILD_PSDB
 
-#include <mysql/mysql.h>
-#include <pslib.h>
+#include <mysql.h>
+#include "pslib.h"
 
 /// @addtogroup DataBase
Index: /trunk/psLib/src/fileUtils/psDB.c
===================================================================
--- /trunk/psLib/src/fileUtils/psDB.c	(revision 3549)
+++ /trunk/psLib/src/fileUtils/psDB.c	(revision 3550)
@@ -11,6 +11,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-29 22:15:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -23,6 +23,6 @@
 #include <string.h>
 #include <math.h>
-#include <mysql/mysql.h>
-#include <mysql/mysql_com.h> // enum_field_types
+#include <mysql.h>
+#include <mysql_com.h> // enum_field_types
 
 #include "psDB.h"
Index: /trunk/psLib/src/fileUtils/psDB.h
===================================================================
--- /trunk/psLib/src/fileUtils/psDB.h	(revision 3549)
+++ /trunk/psLib/src/fileUtils/psDB.h	(revision 3550)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-28 22:54:19 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:50:43 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -21,6 +21,6 @@
 #ifdef BUILD_PSDB
 
-#include <mysql/mysql.h>
-#include <pslib.h>
+#include <mysql.h>
+#include "pslib.h"
 
 /// @addtogroup DataBase
