Skip to content

Commit

Permalink
findfs: don't include exitcodes.h
Browse files Browse the repository at this point in the history
The code uses findfs return codes only.

Signed-off-by: Karel Zak <[email protected]>
  • Loading branch information
karelzak committed Feb 1, 2018
1 parent 3bf6c44 commit 79d6aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc-utils/findfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "nls.h"
#include "closestream.h"
#include "c.h"
#include "exitcodes.h"

/* Exit codes used by findfs. */
#define FINDFS_SUCCESS 0 /* no errors */
Expand Down

0 comments on commit 79d6aa3

Please sign in to comment.