From 000849305d86ef1be4b2f15248b77ef830904600 Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 18 May 2000 21:34:23 +0000 Subject: [PATCH] Connected to new (fewer) files. --- hadaq/hwtape.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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; -- 2.43.0