]> andersk Git - openssh.git/blobdiff - includes.h
fix spacing of include
[openssh.git] / includes.h
index c23f94ce4ec78d6c140261c5633f10820546a676..85a907cebaac93b375447210bd820ae783290665 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: includes.h,v 1.23 2006/02/07 01:08:04 stevesk Exp $   */
+/*     $OpenBSD: includes.h,v 1.26 2006/02/08 12:15:27 stevesk Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -67,7 +67,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 #  include <libc.h>
 #endif
 #include <unistd.h> /* For STDIN_FILENO, etc */
-#include <termios.h> /* Struct winsize */
 
 /*
  *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
@@ -91,9 +90,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 #ifdef HAVE_LASTLOG_H
 #  include <lastlog.h>
 #endif
-#ifdef HAVE_PATHS_H
-#  include <paths.h> /* For _PATH_XXX */
-#endif
 
 #include <sys/types.h>
 #include <sys/socket.h>
This page took 0.035834 seconds and 4 git commands to generate.