Index: /issm/trunk/src/c/Bamgx/Bamgx.cpp
===================================================================
--- /issm/trunk/src/c/Bamgx/Bamgx.cpp	(revision 3282)
+++ /issm/trunk/src/c/Bamgx/Bamgx.cpp	(revision 3283)
@@ -2,20 +2,11 @@
  * \brief: use Bamg capabilities.
  */
-
-#include "./Bamgx.h"
-
 #undef __FUNCT__ 
 #define __FUNCT__ "Bamgx"
 
+#include "./Bamgx.h"
 #include "../shared/shared.h"
 #include "../include/macros.h"
 #include "../toolkits/toolkits.h"
-
-/*Bamg: */
-#include <unistd.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include "objects/BamgObjects.h"
 
 using namespace bamg;
Index: /issm/trunk/src/c/Bamgx/Bamgx.h
===================================================================
--- /issm/trunk/src/c/Bamgx/Bamgx.h	(revision 3282)
+++ /issm/trunk/src/c/Bamgx/Bamgx.h	(revision 3283)
@@ -7,4 +7,5 @@
 
 #include "../objects/objects.h"
+#include "objects/BamgObjects.h"
 
 /* local prototypes: */
