Skip to content

Commit 20aef87

Browse files
authored
Merge pull request #106 from baba-dev/codex/update-include-paths-in-controllers
fix: adjust app_trace include path in integration controllers
2 parents c6f0ba3 + ee155a7 commit 20aef87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom/integration/cctv_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <algorithm>
99
#include <array>
1010

11-
#include "core/app_trace.h"
11+
#include "app_trace.h"
1212

1313
namespace custom::integration
1414
{

custom/integration/media_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <algorithm>
99
#include <array>
1010

11-
#include "core/app_trace.h"
11+
#include "app_trace.h"
1212

1313
namespace custom::integration
1414
{

0 commit comments

Comments
 (0)