Removed unnecessary header file includes.

This commit is contained in:
skarg
2011-05-25 20:17:08 +00:00
parent d07e319b5c
commit 297bba14fa
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -36,9 +36,6 @@
#include "abort.h"
#include "arf.h"
/* demo objects */
#include "device.h"
#include "ai.h"
#include "ao.h"
#if defined(BACFILE)
#include "bacfile.h"
#endif
+2
View File
@@ -35,7 +35,9 @@
#include "device.h"
#include "datalink.h"
#include "arf.h"
#if defined(BACFILE)
#include "bacfile.h"
#endif
/* some demo stuff needed */
#include "handlers.h"
#include "txbuf.h"