Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / defs.h
index 81ab74c27f5df7da5558d19f07cf6e4922bfaf6c..a400722a970108da1b6224ed65b92f06e372245b 100644 (file)
@@ -25,7 +25,7 @@
 #  error gdbserver should not include gdb/defs.h
 #endif
 
-#include "common/common-defs.h"
+#include "gdbsupport/common-defs.h"
 
 #include <sys/types.h>
 #include <limits.h>
@@ -52,8 +52,8 @@
 
 #include "ui-file.h"
 
-#include "common/host-defs.h"
-#include "common/enum-flags.h"
+#include "gdbsupport/host-defs.h"
+#include "gdbsupport/enum-flags.h"
 
 /* Scope types enumerator.  List the types of scopes the compiler will
    accept.  */
This page took 0.028915 seconds and 4 git commands to generate.