BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
common.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: common.h,v 1.3 2002/02/27 12:18:17 sturm Exp $
5 
6 // common BALL includes
7 
8 #ifndef BALL_COMMON_H
9 #define BALL_COMMON_H
10 
11 #ifndef BALL_CONFIG_CONFIG_H
12 # include <BALL/CONFIG/config.h>
13 #endif
14 
15 #ifndef BALL_COMMON_DEBUG_H
16 # include <BALL/COMMON/debug.h>
17 #endif
18 
19 #ifndef BALL_COMMON_CREATE_H
20 # include <BALL/COMMON/create.h>
21 #endif
22 
23 #ifndef BALL_COMMON_VERSION_H
24 # include <BALL/COMMON/version.h>
25 #endif
26 
27 #ifndef BALL_COMMON_MACROS_H
28 # include <BALL/COMMON/macros.h>
29 #endif
30 
31 #ifndef BALL_COMMON_GLOBAL_H
32 # include <BALL/COMMON/global.h>
33 #endif
34 
35 #ifndef BALL_COMMON_LOGSTREAM_H
36 # include <BALL/COMMON/logStream.h>
37 #endif
38 
39 #endif // BALL_COMMON_H