diff options
Diffstat (limited to 'gdb/completer.h')
-rw-r--r-- | gdb/completer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/completer.h b/gdb/completer.h index 52f8d7d..282e954 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -17,8 +17,8 @@ #if !defined (COMPLETER_H) #define COMPLETER_H 1 -#include "common/gdb_vecs.h" #include "command.h" +#include "common/gdb_vecs.h" /* Types of functions in struct match_list_displayer. */ |