summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
blob: a5d8f1908e858c26964dcf6e09b96aa46373c1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/****************************************************************************
 * NCSA HDF                                                                 *
 * Software Development Group                                               *
 * National Center for Supercomputing Applications                          *
 * University of Illinois at Urbana-Champaign                               *
 * 605 E. Springfield, Champaign IL 61820                                   *
 *                                                                          *
 * For conditions of distribution and use, see the accompanying             *
 * hdf/COPYING file.                                                        *
 *                                                                          *
 ****************************************************************************/

/*
 * This is the main public HDF5 include file.  Put further information in
 * a particular header file and include that here, don't fill this file with
 * lots of gunk...
 */
#ifndef _HDF5_H
#define _HDF5_H

#include <H5public.h>
#include <H5Apublic.h>
#include <H5ACpublic.h>
#include <H5Bpublic.h>
#include <H5Cpublic.h>
#include <H5Dpublic.h>
#include <H5Epublic.h>
#include <H5Fpublic.h>
#include <H5Gpublic.h>
#include <H5Hpublic.h>
#include <H5Mpublic.h>
#include <H5MFpublic.h>
#include <H5MMpublic.h>
#include <H5Opublic.h>
#include <H5Spublic.h>
#include <H5Tpublic.h>
#endif