diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-10-28 11:50:54 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-10-28 11:50:54 +0000 |
commit | 42d12b45d35fc74e512a3c26adf49734525e4c6a (patch) | |
tree | 6f29d6073383c3654057308c849ac881694be676 | |
parent | 75efc921b08a9fddf65cdc182ef8ae5cdce4269a (diff) | |
download | coreutils-42d12b45d35fc74e512a3c26adf49734525e4c6a.tar.xz |
maint: avoid "make syntax-check" failure
* src/printenv.c: Remove unused "long-options.h"
-rw-r--r-- | src/printenv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c index 6bc03f410..b0f0154b2 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -33,7 +33,6 @@ #include <getopt.h> #include "system.h" -#include "long-options.h" /* Exit status for syntax errors, etc. */ enum { PRINTENV_FAILURE = 2 }; |