Index: /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsMat.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsMat.h	(revision 15776)
+++ /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsMat.h	(revision 15777)
@@ -12,14 +12,6 @@
 
 /*Headers:*/
-/*{{{*/
-#ifdef HAVE_CONFIG_H
-	#include <config.h>
-#else
-#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
-#endif
-
 #include "../toolkitsenums.h"
-
-/*}}}*/
+#include "../../shared/Numerics/types.h"
 
 /*We need to template this class, in case we want to create Matrices that hold
@@ -27,6 +19,5 @@
   Such vectors are useful for use without or with the matlab or python
   interface (which do not care for IssmDouble types, but only rely on
-  IssmPDouble types)
-*/
+  IssmPDouble types) */
 
 template <class doubletype> class IssmAbsVec;
Index: /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsVec.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsVec.h	(revision 15776)
+++ /issm/trunk-jpl/src/c/toolkits/issm/IssmAbsVec.h	(revision 15777)
@@ -12,14 +12,6 @@
 
 /*Headers:*/
-/*{{{*/
-#ifdef HAVE_CONFIG_H
-	#include <config.h>
-#else
-#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
-#endif
-
 #include "../toolkitsenums.h"
-
-/*}}}*/
+#include "../../shared/Numerics/types.h"
 
 /*We need to template this class, in case we want to create Vectors that hold
