netcdf-c/libcdmr/includes.h

46 lines
854 B
C
Raw Normal View History

2011-06-11 02:47:26 +08:00
/*********************************************************************
* Copyright 2010, UCAR/Unidata
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* $Id$
* $Header$
*********************************************************************/
2011-09-21 01:30:02 +08:00
#ifndef INCLUDES_H
#define INCLUDES_H
2011-06-11 02:47:26 +08:00
#include "config.h"
2011-09-21 01:30:02 +08:00
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
2011-06-11 02:47:26 +08:00
#include <curl/curl.h>
2011-09-21 01:30:02 +08:00
#include "curlwrap.h"
2011-06-11 02:47:26 +08:00
#include "ncbytes.h"
#include "nclist.h"
#include "nclog.h"
#include "ast.h"
2011-09-02 06:32:28 +08:00
#include "netcdf.h"
#include "nc.h"
2011-09-21 01:30:02 +08:00
#include "ncdispatch.h"
#include "nclog.h"
#include "nc_logging.h"
#include "nccrnode.h"
#include "ncStreamx.h"
#include "nccrproto.h"
#include "nccr.h"
#include "crmeta.h"
#include "crdebug.h"
#include "crpath.h"
#include "crutil.h"
#include "cceconstraints.h"
2011-06-11 02:47:26 +08:00
2011-09-21 01:30:02 +08:00
#endif /*INCLUDES_H*/