summaryrefslogtreecommitdiff
path: root/gdb/values.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/values.c')
-rw-r--r--gdb/values.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/values.c b/gdb/values.c
index f2b01ece4c7..bc472e3e946 100644
--- a/gdb/values.c
+++ b/gdb/values.c
@@ -24,7 +24,6 @@
#include "defs.h"
#include "gdb_string.h"
#include "symtab.h"
-#include "block.h"
#include "gdbtypes.h"
#include "value.h"
#include "gdbcore.h"
@@ -37,6 +36,7 @@
#include "doublest.h"
#include "gdb_assert.h"
#include "regcache.h"
+#include "block.h"
/* Prototypes for exported functions. */