Normalize includes to use common/
[deliverable/binutils-gdb.git] / gdb / defs.h
index 25681c067784f223535305000e87e5ee600cbf5b..a44e186907dadcf26860f040ab2f8daa1e2b5537 100644 (file)
@@ -25,7 +25,7 @@
 #  error gdbserver should not include gdb/defs.h
 #endif
 
-#include "common-defs.h"
+#include "common/common-defs.h"
 
 #include <sys/types.h>
 #include <limits.h>
@@ -52,7 +52,7 @@
 
 #include "ui-file.h"
 
-#include "host-defs.h"
+#include "common/host-defs.h"
 #include "common/enum-flags.h"
 
 /* Scope types enumerator.  List the types of scopes the compiler will
This page took 0.033579 seconds and 4 git commands to generate.