summaryrefslogtreecommitdiff
path: root/gdb/event-loop.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-06-21 13:23:59 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-06-21 13:23:59 +0000
commit1300a17a73c6af5f031f35f7e95c734415a6302b (patch)
tree7526f297d2d67b6d19a1a47e3212c2fbaabc1744 /gdb/event-loop.h
parent5c4080381a686dd29c23ca152eada8113388e4eb (diff)
downloadgdb-1300a17a73c6af5f031f35f7e95c734415a6302b.tar.gz
import gdb-1999-06-21 snapshotgdb-1999-06-21
Diffstat (limited to 'gdb/event-loop.h')
-rw-r--r--gdb/event-loop.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/event-loop.h b/gdb/event-loop.h
index 5debe0f2e69..5305a673bc8 100644
--- a/gdb/event-loop.h
+++ b/gdb/event-loop.h
@@ -18,17 +18,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/time.h>
-#include <signal.h>
-#include <unistd.h>
-#include <fcntl.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-#include "defs.h"
-
/* An event loop listens for events from multiple event sources. When
an event arrives, it is queued and processed by calling the
appropriate event handler. The event loop then continues to listen