aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
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/main.c
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/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index db624b2..12522ff 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "top.h"
-#include "event-loop.h"
#include "target.h"
#include "inferior.h"
#include "call-cmds.h"
@@ -35,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <ctype.h>
#include "gdb_string.h"
+#include "event-loop.h"
/* If nonzero, display time usage both at startup and for each command. */