From: Karel Zak Date: Thu, 1 Feb 2018 13:49:49 +0000 (+0100) Subject: fstrim: don't include exitcodes.h X-Git-Tag: v2.32-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf6c444625351110c1b6642b9bf356f683bbb57;p=thirdparty%2Futil-linux.git fstrim: don't include exitcodes.h The code uses generic and libmount return codes only. Signed-off-by: Karel Zak --- diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 387f260fd2..98708d533e 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -43,7 +43,6 @@ #include "closestream.h" #include "pathnames.h" #include "sysfs.h" -#include "exitcodes.h" #include