diff options
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,10 +28,10 @@ * errors within the H5E package. * */ -#include <H5private.h> /* Generic Functions */ -#include <H5Iprivate.h> /* IDs */ -#include <H5Eprivate.h> /* Private error routines */ -#include <H5MMprivate.h> /* Memory management */ +#include "H5private.h" /* Generic Functions */ +#include "H5Iprivate.h" /* IDs */ +#include "H5Eprivate.h" /* Private error routines */ +#include "H5MMprivate.h" /* Memory management */ #define PABLO_MASK H5E_mask |