]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Connected to new (fewer) files.
authorhades <hades>
Thu, 18 May 2000 21:34:23 +0000 (21:34 +0000)
committerhades <hades>
Thu, 18 May 2000 21:34:23 +0000 (21:34 +0000)
hadaq/hwtape.c

index 8243e415d75b48e86a19036a596144a9e513ad89..be1df69269f9a72d3b666a1c3ac56bab4715f2da 100644 (file)
@@ -1,18 +1,15 @@
-/* For fdopen(), fclose(), sscanf(), printf() */
-#include <stdio.h>
-
 /* For allocMem(), freeMem() */
 #include <hadesstd.h>
-
 /* For msglog() */
 #include <hadesstd.h>
 #include <errno.h>
 
+/* For fdopen(), fclose(), sscanf(), printf() */
+#include <stdio.h>
 /* For open() */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 /* For read(), close() */
 #include <unistd.h>
  
@@ -20,9 +17,8 @@
 #include <sys/ioctl.h>
 #include <sys/mtio.h>                                                           
 
+#include "hwtapelabel.h"
 #include "hwtape.h"
-#include "hwtapeal.h"
-#include "hwtapevol.h"
 
 static FILE *openTape(const char* filename) {
        int tape;