summaryrefslogtreecommitdiff
path: root/orc/orc.h
blob: 5cc38041a323a7fb41419daf83357872ff30a923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef _ORC_ORC_H_
#define _ORC_ORC_H_

#include <orc/orcprogram.h>
#include <orc/orcdebug.h>
#include <orc/orcfunctions.h>
#include <orc/orconce.h>
#include <orc/orcparse.h>
#include <orc/orcutils.h>
#include <orc/orccpu.h>

#endif