summaryrefslogtreecommitdiff
path: root/src/dpl/core/src/exception.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 /src/dpl/core/src/exception.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 'src/dpl/core/src/exception.cpp')
-rw-r--r--src/dpl/core/src/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpl/core/src/exception.cpp b/src/dpl/core/src/exception.cpp
index d26e13c..bee161b 100644
--- a/src/dpl/core/src/exception.cpp
+++ b/src/dpl/core/src/exception.cpp
@@ -23,7 +23,7 @@
#include <cstdio>
#include <cchecker/dpl/exception.h>
-#include <cchecker/log.h>
+#include "common/log.h"
namespace CCHECKER {
Exception* Exception::m_lastException = NULL;