[MOAB-dev] r1336 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Oct 24 16:10:48 CDT 2007
Author: kraftche
Date: 2007-10-24 16:10:48 -0500 (Wed, 24 Oct 2007)
New Revision: 1336
Modified:
MOAB/trunk/ReadSTL.cpp
MOAB/trunk/WriteSTL.cpp
Log:
don't use config.h
Modified: MOAB/trunk/ReadSTL.cpp
===================================================================
--- MOAB/trunk/ReadSTL.cpp 2007-10-24 20:58:58 UTC (rev 1335)
+++ MOAB/trunk/ReadSTL.cpp 2007-10-24 21:10:48 UTC (rev 1336)
@@ -27,7 +27,7 @@
#include "MBRange.hpp"
#include "FileOptions.hpp"
-#include "config.h"
+#include "MBEntityHandle.h"
#ifdef MOAB_HAVE_INTTYPES_H
#include <inttypes.h>
#endif
Modified: MOAB/trunk/WriteSTL.cpp
===================================================================
--- MOAB/trunk/WriteSTL.cpp 2007-10-24 20:58:58 UTC (rev 1335)
+++ MOAB/trunk/WriteSTL.cpp 2007-10-24 21:10:48 UTC (rev 1336)
@@ -27,7 +27,7 @@
#include "MBWriteUtilIface.hpp"
#include "FileOptions.hpp"
-#include "config.h"
+#include "MBEntityHandle.h"
#ifdef MOAB_HAVE_INTTYPES_H
#include <inttypes.h>
#endif
More information about the moab-dev
mailing list