aboutsummaryrefslogtreecommitdiffstats
path: root/Source/testing
diff options
context:
space:
mode:
Diffstat (limited to 'Source/testing')
-rw-r--r--Source/testing/connection_test.c2
-rw-r--r--Source/testing/policy_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/testing/connection_test.c b/Source/testing/connection_test.c
index 2b2a4d4d8..6b12afc1d 100644
--- a/Source/testing/connection_test.c
+++ b/Source/testing/connection_test.c
@@ -22,7 +22,7 @@
#include "connection_test.h"
-#include <config/connection.h>
+#include <config/connections/connection.h>
#include <crypto/prfs/prf.h>
diff --git a/Source/testing/policy_test.c b/Source/testing/policy_test.c
index 38fc7cd53..9003eeff0 100644
--- a/Source/testing/policy_test.c
+++ b/Source/testing/policy_test.c
@@ -23,7 +23,7 @@
#include "policy_test.h"
#include <daemon.h>
-#include <config/policy.h>
+#include <config/policies/policy.h>
#include <config/traffic_selector.h>
#include <utils/logger.h>
#include <encoding/payloads/ts_payload.h>