summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-10-07 15:24:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-10-07 15:24:56 (GMT)
commit0d8bd0c44d3b177e98e4a17db08d6eaee288b463 (patch)
tree862bdc63a727df71fb0b74e6f3d14950c39f56e5 /perform/pio_perf.h
parent1f115749c4e53c2cd83744fd4008897b3cb96e77 (diff)
downloadhdf5-0d8bd0c44d3b177e98e4a17db08d6eaee288b463.zip
hdf5-0d8bd0c44d3b177e98e4a17db08d6eaee288b463.tar.gz
hdf5-0d8bd0c44d3b177e98e4a17db08d6eaee288b463.tar.bz2
[svn-r21484] Add HDprefix and change when pio_timer.h is included
Tested
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index f9a8e03..6f510ca 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -16,7 +16,6 @@
#ifndef PIO_PERF_H__
#define PIO_PERF_H__
-#include "pio_timer.h"
#ifndef STANDALONE
#include "H5private.h"
#include "h5test.h"
@@ -24,6 +23,7 @@
#else
#include "pio_standalone.h"
#endif
+#include "pio_timer.h"
/* setup the dataset no fill option if this is v1.5 or more */
#if H5_VERS_MAJOR > 1 || H5_VERS_MINOR > 4