]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/tracepoint.c
Normalize includes to use common/
[thirdparty/binutils-gdb.git] / gdb / gdbserver / tracepoint.c
index 5fb8a5134ba3d5fa46e4328fb7ea19426e90571e..9577ab7f1e95a0d5c3c3df1d5bcdd88b2f357752 100644 (file)
@@ -19,7 +19,7 @@
 #include "server.h"
 #include "tracepoint.h"
 #include "gdbthread.h"
-#include "rsp-low.h"
+#include "common/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 "agent.h"
+#include "common/agent.h"
 
 #define DEFAULT_TRACE_BUFFER_SIZE 5242880 /* 5*1024*1024 */