summaryrefslogtreecommitdiff
path: root/tests/test_certs.cpp
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-05-11 16:11:41 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-05-12 11:25:29 +0900
commit89b9a4436daf8adc56eeb9396f718af418d660f0 (patch)
treebae16ab1c0d8c04bb22c7e80a8cd4c06b9102cce /tests/test_certs.cpp
parent93a4383419a348cb773f638776062648b5dc71d2 (diff)
downloadcert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.tar.gz
cert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.tar.bz2
cert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.zip
Move log system to common library
Change-Id: I313b4b4d6019cca575996f7f3fd3f3254f4ce11a
Diffstat (limited to 'tests/test_certs.cpp')
-rw-r--r--tests/test_certs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_certs.cpp b/tests/test_certs.cpp
index b206ead..e9f5b34 100644
--- a/tests/test_certs.cpp
+++ b/tests/test_certs.cpp
@@ -24,7 +24,7 @@
#include <string>
#include <thread>
-#include <cchecker/log.h>
+#include "common/log.h"
#include <certs_.h>
#include <app_event_operators.h>