summaryrefslogtreecommitdiff
path: root/gdb/main.c
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/main.c
parent5c4080381a686dd29c23ca152eada8113388e4eb (diff)
downloadgdb-1300a17a73c6af5f031f35f7e95c734415a6302b.tar.gz
import gdb-1999-06-21 snapshotgdb-1999-06-21
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 db624b23c2c..12522ff77dc 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. */