summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
commitfde9fcb594ca52233ddbe06ad667f1ccaaeb7862 (patch)
treeec9ba7c76f004669ec3876a663c62e4df0014768 /gdb/ser-tcp.c
parent9b8882e7735b2ab3deb8a338b3e27a0633898d0c (diff)
downloadgdb-fde9fcb594ca52233ddbe06ad667f1ccaaeb7862.tar.gz
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r--gdb/ser-tcp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c
index 86c7f5ae701..e6443a08f5c 100644
--- a/gdb/ser-tcp.c
+++ b/gdb/ser-tcp.c
@@ -1,5 +1,5 @@
/* Serial interface for raw TCP connections on Un*x like systems
- Copyright 1992, 1993, 1998, 1999 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
@@ -33,10 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <netinet/tcp.h>
#endif
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-
#include "signals.h"
#include "gdb_string.h"