aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-loop.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-06-21 13:27:42 +0000
committerJason Molenda <jmolenda@apple.com>1999-06-21 13:27:42 +0000
commit9e0b60a847e443d0120ddd61a479e25ae8fcb83d (patch)
treee90e7c759d41943a9c008cc4fd49fc613dc4ce8d /gdb/event-loop.h
parenta8e53fb060baeebbf81fa5c0462effe814dfa1c5 (diff)
downloadfsf-binutils-gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.zip
fsf-binutils-gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.gz
fsf-binutils-gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.bz2
import gdb-1999-06-21 snapshot
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 5debe0f..5305a67 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