[MOAB-dev] r5065 - MOAB/trunk/src/io/mhdf/example
sjackson at cae.wisc.edu
sjackson at cae.wisc.edu
Tue Jul 19 12:57:32 CDT 2011
Author: sjackson
Date: 2011-07-19 12:57:32 -0500 (Tue, 19 Jul 2011)
New Revision: 5065
Modified:
MOAB/trunk/src/io/mhdf/example/validate.c
Log:
Remove include of error.h, which is not portable on (at least) OSX.
This program seems to compile fine on Linux without the
include, but feel free to undo this change if it breaks MOAB
on any production system.
Modified: MOAB/trunk/src/io/mhdf/example/validate.c
===================================================================
--- MOAB/trunk/src/io/mhdf/example/validate.c 2011-07-19 17:50:05 UTC (rev 5064)
+++ MOAB/trunk/src/io/mhdf/example/validate.c 2011-07-19 17:57:32 UTC (rev 5065)
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
-#include <error.h>
#include <H5Tpublic.h>
More information about the moab-dev
mailing list