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
# include <appclient.h>
# include <appserver.h>
# include <buffer.h>
# include <config.h>
# include <event.h>
# include <string.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 /* !_SYSTEM_H */