summaryrefslogtreecommitdiff
path: root/src/components/utils/include/utils/qdb_wrapper/sql_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/include/utils/qdb_wrapper/sql_query.h')
-rw-r--r--src/components/utils/include/utils/qdb_wrapper/sql_query.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/utils/include/utils/qdb_wrapper/sql_query.h b/src/components/utils/include/utils/qdb_wrapper/sql_query.h
index f1da6ccad9..bc3e7a592b 100644
--- a/src/components/utils/include/utils/qdb_wrapper/sql_query.h
+++ b/src/components/utils/include/utils/qdb_wrapper/sql_query.h
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_POLICY_QDB_WRAPPER_INCLUDE_QDB_WRAPPER_SQL_QUERY_H_
-#define SRC_COMPONENTS_POLICY_QDB_WRAPPER_INCLUDE_QDB_WRAPPER_SQL_QUERY_H_
+#ifndef SRC_COMPONENTS_UTILS_INCLUDE_UTILS_QDB_WRAPPER_SQL_QUERY_H_
+#define SRC_COMPONENTS_UTILS_INCLUDE_UTILS_QDB_WRAPPER_SQL_QUERY_H_
#include <stdint.h>
#include <qdb/qdb.h>
@@ -262,4 +262,4 @@ class SQLQuery {
} // namespace dbms
} // namespace utils
-#endif // SRC_COMPONENTS_POLICY_QDB_WRAPPER_INCLUDE_QDB_WRAPPER_SQL_QUERY_H_
+#endif // SRC_COMPONENTS_UTILS_INCLUDE_UTILS_QDB_WRAPPER_SQL_QUERY_H_