summaryrefslogtreecommitdiff
path: root/src/dpl/db/src/sql_connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpl/db/src/sql_connection.cpp')
-rw-r--r--src/dpl/db/src/sql_connection.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/dpl/db/src/sql_connection.cpp b/src/dpl/db/src/sql_connection.cpp
index 27ea4fd..65c04ec 100644
--- a/src/dpl/db/src/sql_connection.cpp
+++ b/src/dpl/db/src/sql_connection.cpp
@@ -20,16 +20,17 @@
* @brief This file is the implementation file of SQL connection
*/
#include <stddef.h>
-#include <dpl/db/sql_connection.h>
-#include <dpl/db/naive_synchronization_object.h>
-#include <dpl/scoped_free.h>
-#include <dpl/noncopyable.h>
-#include <dpl/assert.h>
#include <db-util.h>
#include <unistd.h>
#include <cstdio>
#include <cstdarg>
+#include <cchecker/dpl/scoped_free.h>
+#include <cchecker/dpl/noncopyable.h>
+#include <cchecker/dpl/assert.h>
+#include <cchecker/dpl/db/sql_connection.h>
+#include <cchecker/dpl/db/naive_synchronization_object.h>
+
namespace CCHECKER {
namespace DB {
namespace // anonymous