summaryrefslogtreecommitdiff
path: root/src/drivers/test/test_gpio_expander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/test/test_gpio_expander.cpp')
-rw-r--r--src/drivers/test/test_gpio_expander.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/test/test_gpio_expander.cpp b/src/drivers/test/test_gpio_expander.cpp
index 972bcf09..7c323313 100644
--- a/src/drivers/test/test_gpio_expander.cpp
+++ b/src/drivers/test/test_gpio_expander.cpp
@@ -4,11 +4,11 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
-#include "gpios.hpp"
+#include "drivers/gpios.hpp"
#include "catch2/catch.hpp"
-#include "i2c.hpp"
+#include "drivers/i2c.hpp"
#include "i2c_fixture.hpp"
namespace drivers {