summaryrefslogtreecommitdiffstats
path: root/src/hardware/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/sysfs.h')
-rw-r--r--src/hardware/sysfs.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/hardware/sysfs.h b/src/hardware/sysfs.h
index 2714e2b..4137033 100644
--- a/src/hardware/sysfs.h
+++ b/src/hardware/sysfs.h
@@ -21,14 +21,10 @@
#ifndef SYSFS_H_
#define SYSFS_H_
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <dirent.h>
-#include <errno.h>
-#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
+
#include "utils.h"
#include "dmidecode.h"
#include "lscpu.h"
@@ -38,7 +34,6 @@
#define SYSFS_KERNEL_MM "/sys/kernel/mm"
#define SYSFS_BLOCK_PATH "/sys/class/block"
-
/* Transparent memory huge pages statuses. */
typedef enum _ThpStatus {
thp_unsupported = 0,
@@ -111,5 +106,4 @@ short sysfs_get_sizes_of_hugepages(unsigned **sizes, unsigned *sizes_nb);
*/
ThpStatus sysfs_get_transparent_hugepages_status();
-
#endif /* SYSFS_H_ */