diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-26 23:10:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-26 23:10:55 +0000 |
commit | f8674300d4888dc006b2ef058e0672f192145e67 (patch) | |
tree | b4b8985df1527b5d622e40104a53c3340e8edcb7 | |
parent | b65d5875b7395efec887e7dd23deb29040ea04df (diff) | |
download | coreutils-f8674300d4888dc006b2ef058e0672f192145e67.tar.xz |
don't include system.h here
-rw-r--r-- | src/checksum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checksum.h b/src/checksum.h index b5136ae80..f3978bdfb 100644 --- a/src/checksum.h +++ b/src/checksum.h @@ -2,7 +2,6 @@ #include <sys/types.h> #include <stdio.h> -#include "system.h" /* For long options that have no equivalent short option, use a non-character as a pseudo short option, starting with CHAR_MAX + 1. */ |