maint: avoid "make syntax-check" failure
authorPádraig Brady <P@draigBrady.com>
Wed, 28 Oct 2009 11:50:54 +0000 (11:50 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 28 Oct 2009 11:50:54 +0000 (11:50 +0000)
* src/printenv.c: Remove unused "long-options.h"

src/printenv.c

index 6bc03f41060edffbfa81c11f20863ed5b195f9d9..b0f0154b2c13bba359ad810a74fb134f4c48c8fd 100644 (file)
@@ -33,7 +33,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "long-options.h"
 
 /* Exit status for syntax errors, etc.  */
 enum { PRINTENV_FAILURE = 2 };