summaryrefslogtreecommitdiffstats
path: root/tools/perform/pio_perf.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-24 16:58:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-24 16:58:27 (GMT)
commit582bc9481ffdebfd1578cb828c7e7aaefaff02c6 (patch)
tree534fbb04b56467c122c653d095c0360dad3a6779 /tools/perform/pio_perf.h
parenta2c0c2116d302e59deae9580e5f5575ad5ca9fee (diff)
parent5dfe4b6de70afa8f2cb08af47fb81b3f53381fd6 (diff)
downloadhdf5-582bc9481ffdebfd1578cb828c7e7aaefaff02c6.zip
hdf5-582bc9481ffdebfd1578cb828c7e7aaefaff02c6.tar.gz
hdf5-582bc9481ffdebfd1578cb828c7e7aaefaff02c6.tar.bz2
Merge pull request #90 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '5dfe4b6de70afa8f2cb08af47fb81b3f53381fd6': Add defines missing on OSX Merge includes from sio file
Diffstat (limited to 'tools/perform/pio_perf.h')
-rw-r--r--tools/perform/pio_perf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perform/pio_perf.h b/tools/perform/pio_perf.h
index 0fff7a3..89cf3a8 100644
--- a/tools/perform/pio_perf.h
+++ b/tools/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