18 lines
324 B
C
18 lines
324 B
C
/* $Id$ */
|
|
/* Copyright (c) 2006 The DeforaOS Project */
|
|
|
|
|
|
|
|
#ifndef LIBSYSTEM_SYSTEM_H
|
|
# define LIBSYSTEM_SYSTEM_H
|
|
|
|
|
|
# include "System/appclient.h"
|
|
# include "System/appserver.h"
|
|
# include "System/buffer.h"
|
|
# include "System/config.h"
|
|
# include "System/event.h"
|
|
# include "System/string.h"
|
|
|
|
#endif /* !LIBSYSTEM_SYSTEM_H */
|