update include ns

This commit is contained in:
yggverse 2024-08-12 21:35:52 +03:00
parent 6b4efd9f73
commit 6e115ca3c1
8 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
#ifndef LIB_DATABASE_H
#define LIB_DATABASE_H
#ifndef LIB_DATABASE_HPP
#define LIB_DATABASE_HPP
#include <sqlite3.h>
@ -30,4 +30,4 @@ namespace lib
};
}
#endif // LIB_DATABASE_H
#endif // LIB_DATABASE_HPP

View file

@ -1,5 +1,5 @@
#ifndef LIB_DATABASE_SESSION_H
#define LIB_DATABASE_SESSION_H
#ifndef LIB_DATABASE_SESSION_HPP
#define LIB_DATABASE_SESSION_HPP
#include <sqlite3.h>
@ -23,4 +23,4 @@ namespace lib::database
};
}
#endif // LIB_DATABASE_SESSION_H
#endif // LIB_DATABASE_SESSION_HPP