Isolate libSystem sub-include files

This commit is contained in:
Pierre Pronchery 2006-04-17 15:08:51 +00:00
parent 7947e28c59
commit f1f8dc1752
9 changed files with 6 additions and 6 deletions

View File

@ -6,11 +6,11 @@
# define _SYSTEM_H # define _SYSTEM_H
# include <appclient.h> # include "System/appclient.h"
# include <appserver.h> # include "System/appserver.h"
# include <buffer.h> # include "System/buffer.h"
# include <config.h> # include "System/config.h"
# include <event.h> # include "System/event.h"
# include <string.h> # include "System/string.h"
#endif /* !_SYSTEM_H */ #endif /* !_SYSTEM_H */