Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / extension.h
index a77f1575ede54842600a77553c178127eefc36a5..5e914f5d011bbcc7f396101363553f7c91172301 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef EXTENSION_H
 #define EXTENSION_H
 
-#include "common/array-view.h"
-#include "common/vec.h"
-#include "mi/mi-cmds.h"
+#include "mi/mi-cmds.h" /* For PRINT_NO_VALUES, etc.  */
+#include "gdbsupport/vec.h"
+#include "gdbsupport/array-view.h"
 
 struct breakpoint;
 struct command_line;
This page took 0.024244 seconds and 4 git commands to generate.