summaryrefslogtreecommitdiffstats
path: root/src/hardware/lscpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/lscpu.h')
-rw-r--r--src/hardware/lscpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hardware/lscpu.h b/src/hardware/lscpu.h
index 5526e88..d6e2c19 100644
--- a/src/hardware/lscpu.h
+++ b/src/hardware/lscpu.h
@@ -21,12 +21,8 @@
#ifndef LSCPU_H_
#define LSCPU_H_
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include "utils.h"
-
/* Processor from lscpu program. */
typedef struct _LscpuProcessor {
unsigned data_width; /* Data width */
@@ -51,5 +47,4 @@ short lscpu_get_processor(LscpuProcessor *cpu);
*/
void lscpu_free_processor(LscpuProcessor *cpu);
-
#endif /* LSCPU_H_ */