summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/commands.h2
-rw-r--r--src/jtag/interface.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/commands.h b/src/jtag/commands.h
index 967a8349..86ded152 100644
--- a/src/jtag/commands.h
+++ b/src/jtag/commands.h
@@ -26,7 +26,7 @@
#ifndef JTAG_COMMANDS_H
#define JTAG_COMMANDS_H
-#include "jtag.h"
+#include <jtag/jtag.h>
/**
* The inferred type of a scan_command_s structure, indicating whether
diff --git a/src/jtag/interface.h b/src/jtag/interface.h
index d55782ad..a264d69f 100644
--- a/src/jtag/interface.h
+++ b/src/jtag/interface.h
@@ -26,7 +26,7 @@
#ifndef OPENOCD_JTAG_INTERFACE_H
#define OPENOCD_JTAG_INTERFACE_H
-#include "jtag.h"
+#include <jtag/jtag.h>
/* @file
* The "Cable Helper API" is what the cable drivers can use to help