From: hades Date: Thu, 18 May 2000 21:34:23 +0000 (+0000) Subject: Connected to new (fewer) files. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=000849305d86ef1be4b2f15248b77ef830904600;p=daqdata.git Connected to new (fewer) files. --- diff --git a/hadaq/hwtape.c b/hadaq/hwtape.c index 8243e41..be1df69 100644 --- a/hadaq/hwtape.c +++ b/hadaq/hwtape.c @@ -1,18 +1,15 @@ -/* For fdopen(), fclose(), sscanf(), printf() */ -#include - /* For allocMem(), freeMem() */ #include - /* For msglog() */ #include #include +/* For fdopen(), fclose(), sscanf(), printf() */ +#include /* For open() */ #include #include #include - /* For read(), close() */ #include @@ -20,9 +17,8 @@ #include #include +#include "hwtapelabel.h" #include "hwtape.h" -#include "hwtapeal.h" -#include "hwtapevol.h" static FILE *openTape(const char* filename) { int tape;