aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-02-16 08:57:48 +0000
committerYao Qi <yao@codesourcery.com>2013-02-16 08:57:48 +0000
commit983dc440fe154776689b12ff1342f8e41346ed48 (patch)
tree64af01fde2e1a2a4754f2c85685b1f95c6f1410f /gdb/frame.c
parent1082a0c400d0c6c19d976f559eab545b733f1ad2 (diff)
downloadgdb-983dc440fe154776689b12ff1342f8e41346ed48.zip
gdb-983dc440fe154776689b12ff1342f8e41346ed48.tar.gz
gdb-983dc440fe154776689b12ff1342f8e41346ed48.tar.bz2
gdb/
2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com> * frame.c: Remove one extra white space after #include directive.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index 0821b6e..4b8ab60 100644
--- a/gdb/frame.c
+++ b/gdb/frame.c
@@ -42,7 +42,7 @@
#include "gdbthread.h"
#include "block.h"
#include "inline-frame.h"
-#include "tracepoint.h"
+#include "tracepoint.h"
static struct frame_info *get_prev_frame_1 (struct frame_info *this_frame);
static struct frame_info *get_prev_frame_raw (struct frame_info *this_frame);