Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / gdbserver / tracepoint.c
index 98d28e9bb281ab77b4a842ca2f73be1eb1aae46a..09e7d5f8fec440487f7b7bc8065c3a9c4c95c2d1 100644 (file)
@@ -19,7 +19,7 @@
 #include "server.h"
 #include "tracepoint.h"
 #include "gdbthread.h"
-#include "common/rsp-low.h"
+#include "gdbsupport/rsp-low.h"
 
 #include <ctype.h>
 #include <fcntl.h>
@@ -30,7 +30,7 @@
 #include "tdesc.h"
 
 #define IPA_SYM_STRUCT_NAME ipa_sym_addresses
-#include "common/agent.h"
+#include "gdbsupport/agent.h"
 
 #define DEFAULT_TRACE_BUFFER_SIZE 5242880 /* 5*1024*1024 */
 
This page took 0.027625 seconds and 4 git commands to generate.