]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: don't include exitcodes.h
authorKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 13:49:49 +0000 (14:49 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 13:49:49 +0000 (14:49 +0100)
The code uses generic and libmount return codes only.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstrim.c

index 387f260fd260ff3924423b3faa57bdc668d12447..98708d533e8ea982c686e2dee66db4af5a90a5bc 100644 (file)
@@ -43,7 +43,6 @@
 #include "closestream.h"
 #include "pathnames.h"
 #include "sysfs.h"
-#include "exitcodes.h"
 
 #include <libmount.h>