]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chmem: cleanup includes
authorKarel Zak <kzak@redhat.com>
Mon, 23 Oct 2017 13:49:22 +0000 (15:49 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Oct 2017 13:49:22 +0000 (15:49 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/chmem.c

index 8d8e395eaef60e5e0c35b87f5106a77f4c32d7b4..e86d4d45501a3859f1be3e97bfc3d8fcb53f0d28 100644 (file)
 #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