summaryrefslogtreecommitdiffstats
path: root/src/hardware/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/utils.h')
-rw-r--r--src/hardware/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/hardware/utils.h b/src/hardware/utils.h
index 17f6d4d..91dfdf5 100644
--- a/src/hardware/utils.h
+++ b/src/hardware/utils.h
@@ -26,13 +26,10 @@
#include <string.h>
#include <errno.h>
#include <stdarg.h>
-#include "globals.h"
+#include "openlmi.h"
#define LONG_INT_LEN 21 /* 64 bit unsigned int can have 20 decimals + \0 */
-#define WHITESPACES " \f\n\r\t\v"
-
-
/*
* Read given file pointer and save it's output in buffer. Number of lines read
* is stored in buffer_size. Function skips lines starting with '#'.