From 904e609377a54c63670e31c656a74b26271d9f30 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 10 May 2007 19:13:36 +0000 Subject: [PATCH] src/H5Part.h - don't wrap system include files in 'extern "C"' --- src/H5Part.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/H5Part.h b/src/H5Part.h index 2aff471..01f1a67 100644 --- a/src/H5Part.h +++ b/src/H5Part.h @@ -1,16 +1,17 @@ #ifndef _H5Part_H_ #define _H5Part_H_ -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include #ifdef PARALLEL_IO #include #endif + +#ifdef __cplusplus +extern "C" { +#endif + #include "H5PartTypes.h"