common.h

Go to the documentation of this file.
00001 // -*- Mode: C++; tab-width: 2; -*-
00002 // vi: set ts=2:
00003 //
00004 // $Id: common.h,v 1.3 2002/02/27 12:18:17 sturm Exp $
00005 
00006 // common BALL includes
00007 
00008 #ifndef BALL_COMMON_H
00009 #define BALL_COMMON_H
00010 
00011 #ifndef BALL_CONFIG_CONFIG_H
00012 # include <BALL/CONFIG/config.h>
00013 #endif
00014 
00015 #ifndef BALL_COMMON_DEBUG_H
00016 # include <BALL/COMMON/debug.h>
00017 #endif
00018 
00019 #ifndef BALL_COMMON_CREATE_H
00020 # include <BALL/COMMON/create.h>
00021 #endif
00022 
00023 #ifndef BALL_COMMON_VERSION_H
00024 # include <BALL/COMMON/version.h>
00025 #endif
00026 
00027 #ifndef BALL_COMMON_MACROS_H
00028 # include <BALL/COMMON/macros.h>
00029 #endif
00030 
00031 #ifndef BALL_COMMON_GLOBAL_H
00032 # include <BALL/COMMON/global.h>
00033 #endif
00034 
00035 #ifndef BALL_COMMON_LOGSTREAM_H
00036 # include <BALL/COMMON/logStream.h>
00037 #endif
00038 
00039 #endif // BALL_COMMON_H