summaryrefslogtreecommitdiffstats
path: root/src/hardware/procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/procfs.h')
-rw-r--r--src/hardware/procfs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hardware/procfs.h b/src/hardware/procfs.h
index b0a7174..aa21057 100644
--- a/src/hardware/procfs.h
+++ b/src/hardware/procfs.h
@@ -21,12 +21,8 @@
#ifndef PROCFS_H_
#define PROCFS_H_
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include "utils.h"
-
/* Processor from /proc/cpuinfo file. */
typedef struct _CpuinfoProcessor {
unsigned flags_nb; /* Number of CPU Flags */
@@ -55,5 +51,4 @@ void cpuinfo_free_processor(CpuinfoProcessor *cpu);
*/
unsigned long meminfo_get_memory_size();
-
#endif /* PROCFS_H_ */