summaryrefslogtreecommitdiffstats
path: root/sys-utils/chmem.c
diff options
context:
space:
mode:
authorKarel Zak2017-10-23 15:49:22 +0200
committerKarel Zak2017-10-23 15:49:22 +0200
commitc71665adb55e6ba04c31cc9dd9c89a3a73b6b861 (patch)
treea7303def8a8f75dd8be2c0633d6ac210d1d04540 /sys-utils/chmem.c
parentlib/path: make path_set_prefix() independent on cpu_set_t (diff)
downloadkernel-qcow2-util-linux-c71665adb55e6ba04c31cc9dd9c89a3a73b6b861.tar.gz
kernel-qcow2-util-linux-c71665adb55e6ba04c31cc9dd9c89a3a73b6b861.tar.xz
kernel-qcow2-util-linux-c71665adb55e6ba04c31cc9dd9c89a3a73b6b861.zip
chmem: cleanup includes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/chmem.c')
-rw-r--r--sys-utils/chmem.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-utils/chmem.c b/sys-utils/chmem.c
index 8d8e395ea..e86d4d455 100644
--- a/sys-utils/chmem.c
+++ b/sys-utils/chmem.c
@@ -24,14 +24,14 @@
#include <assert.h>
#include <dirent.h>
-#include <c.h>
-#include <nls.h>
-#include <path.h>
-#include <strutils.h>
-#include <strv.h>
-#include <optutils.h>
-#include <closestream.h>
-#include <xalloc.h>
+#include "c.h"
+#include "nls.h"
+#include "path.h"
+#include "strutils.h"
+#include "strv.h"
+#include "optutils.h"
+#include "closestream.h"
+#include "xalloc.h"
/* partial success, otherwise we return regular EXIT_{SUCCESS,FAILURE} */
#define CHMEM_EXIT_SOMEOK 64