diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 16:03:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 16:03:26 (GMT) |
commit | df13600ae24fd543d10f7e216ef9d523f619b5ac (patch) | |
tree | a8c3ee6f14ced2cd5e277d90b3d498e0e3313bc2 /tools/test/perform/pio_perf.h | |
parent | 67084271cba36b325f9fd368b60fb9be1c47084f (diff) | |
download | hdf5-df13600ae24fd543d10f7e216ef9d523f619b5ac.zip hdf5-df13600ae24fd543d10f7e216ef9d523f619b5ac.tar.gz hdf5-df13600ae24fd543d10f7e216ef9d523f619b5ac.tar.bz2 |
Re-merge HDFFV-9942 to new folder structure
Diffstat (limited to 'tools/test/perform/pio_perf.h')
-rw-r--r-- | tools/test/perform/pio_perf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test/perform/pio_perf.h b/tools/test/perform/pio_perf.h index 0fff7a3..89cf3a8 100644 --- a/tools/test/perform/pio_perf.h +++ b/tools/test/perform/pio_perf.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * @@ -16,6 +15,7 @@ #ifndef PIO_PERF_H__ #define PIO_PERF_H__ +#include "io_timer.h" #ifndef STANDALONE #include "H5private.h" #include "h5test.h" @@ -24,7 +24,6 @@ #else #include "pio_standalone.h" #endif -#include "io_timer.h" /* setup the dataset no fill option if this is v1.5 or more */ #if H5_VERS_MAJOR > 1 || H5_VERS_MINOR > 4 |