diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2007-11-13 21:05:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 15:18:39 -0800 |
commit | 80bbe72b76ab91628b493b55ed74f6eec8432fed (patch) | |
tree | a472d6e5e29ae28fb29a51a8115013df8d3ade9b /help.c | |
parent | 85dadc389468211a2fc0006ce8ea524490d417f5 (diff) | |
download | git-80bbe72b76ab91628b493b55ed74f6eec8432fed.tar.gz |
Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.
... since all system headers are pulled in via git-compat-util.h
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
-rw-r--r-- | help.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ #include "builtin.h" #include "exec_cmd.h" #include "common-cmds.h" -#include <sys/ioctl.h> /* most GUI terminals set COLUMNS (although some don't export it) */ static int term_columns(void) |