Removed unnecessary header file includes.
This commit is contained in:
@@ -36,9 +36,6 @@
|
|||||||
#include "abort.h"
|
#include "abort.h"
|
||||||
#include "arf.h"
|
#include "arf.h"
|
||||||
/* demo objects */
|
/* demo objects */
|
||||||
#include "device.h"
|
|
||||||
#include "ai.h"
|
|
||||||
#include "ao.h"
|
|
||||||
#if defined(BACFILE)
|
#if defined(BACFILE)
|
||||||
#include "bacfile.h"
|
#include "bacfile.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -35,7 +35,9 @@
|
|||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "datalink.h"
|
#include "datalink.h"
|
||||||
#include "arf.h"
|
#include "arf.h"
|
||||||
|
#if defined(BACFILE)
|
||||||
#include "bacfile.h"
|
#include "bacfile.h"
|
||||||
|
#endif
|
||||||
/* some demo stuff needed */
|
/* some demo stuff needed */
|
||||||
#include "handlers.h"
|
#include "handlers.h"
|
||||||
#include "txbuf.h"
|
#include "txbuf.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user