summaryrefslogtreecommitdiff
path: root/src/components/utils/include/utils/sql_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/include/utils/sql_wrapper.h')
-rw-r--r--src/components/utils/include/utils/sql_wrapper.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/components/utils/include/utils/sql_wrapper.h b/src/components/utils/include/utils/sql_wrapper.h
index 41e8ad381c..4ed7b4e3f3 100644
--- a/src/components/utils/include/utils/sql_wrapper.h
+++ b/src/components/utils/include/utils/sql_wrapper.h
@@ -30,18 +30,18 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_UTILS_INCLUDE_UTILS_SQL_WRAPPER_H_
-#define SRC_COMPONENTS_UTILS_INCLUDE_UTILS_SQL_WRAPPER_H_
+#ifndef SRC_COMPONENTS_POLICY_INCLUDE_POLICY_SQL_WRAPPER_H_
+#define SRC_COMPONENTS_POLICY_INCLUDE_POLICY_SQL_WRAPPER_H_
#if __QNX__
-#include "utils/qdb_wrapper/sql_database_impl.h"
-#include "utils/qdb_wrapper/sql_query.h"
+#include "qdb_wrapper/sql_database.h"
+#include "qdb_wrapper/sql_query.h"
#elif defined QT_PORT
-#include "utils/sql_qt_wrapper/sql_database_impl.h"
-#include "utils/sql_qt_wrapper/sql_query.h"
+#include "sql_qt_wrapper/sql_database.h"
+#include "sql_qt_wrapper/sql_query.h"
#else // __QNX__
-#include "utils/sqlite_wrapper/sql_database_impl.h"
-#include "utils/sqlite_wrapper/sql_query.h"
+#include "sqlite_wrapper/sql_database.h"
+#include "sqlite_wrapper/sql_query.h"
#endif // __QNX__
-#endif // SRC_COMPONENTS_UTILS_INCLUDE_UTILS_SQL_WRAPPER_H_
+#endif // SRC_COMPONENTS_POLICY_INCLUDE_POLICY_SQL_WRAPPER_H_