BALL 1.5.0
system.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $Id: system.h,v 1.2 2002/02/27 12:18:19 sturm Exp $
5// SYSTEM header file
6// collective header file for all headers in BALL/SYSTEM
7
8#ifndef BALL_SYSTEM_H
9#define BALL_SYSTEM_H
10
11#ifndef BALL_SYSTEM_DIRECTORY_H
13#endif
14
15#ifndef BALL_SYSTEM_FILE_H
16# include <BALL/SYSTEM/file.h>
17#endif
18
19#ifndef BALL_SYSTEM_FILESYSTEM_H
21#endif
22
23#ifndef BALL_SYSTEM_SOCKET_H
24# include <BALL/SYSTEM/socket.h>
25#endif
26
27#ifndef BALL_SYSTEM_TIMER_H
28# include <BALL/SYSTEM/timer.h>
29#endif
30
31#endif // BALL_SYSTEM_H