From 6e115ca3c1cb3a2b3b7cfcbf9802a7a8a772914d Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 12 Aug 2024 21:35:52 +0300 Subject: [PATCH] update include ns --- src/app/browser.hpp | 6 +++--- src/app/browser/header.hpp | 6 +++--- src/app/browser/header/menu.hpp | 6 +++--- src/app/browser/header/tab.hpp | 6 +++--- src/app/browser/main.hpp | 6 +++--- src/app/browser/main/tab.hpp | 6 +++--- src/lib/database.hpp | 6 +++--- src/lib/database/session.hpp | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/browser.hpp b/src/app/browser.hpp index 06c02d3a..4b755593 100644 --- a/src/app/browser.hpp +++ b/src/app/browser.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_H -#define APP_BROWSER_H +#ifndef APP_BROWSER_HPP +#define APP_BROWSER_HPP #include #include @@ -44,4 +44,4 @@ namespace app }; } -#endif // APP_BROWSER_H \ No newline at end of file +#endif // APP_BROWSER_HPP \ No newline at end of file diff --git a/src/app/browser/header.hpp b/src/app/browser/header.hpp index 9969c66c..af8621a5 100644 --- a/src/app/browser/header.hpp +++ b/src/app/browser/header.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_HEADER_H -#define APP_BROWSER_HEADER_H +#ifndef APP_BROWSER_HEADER_HPP +#define APP_BROWSER_HEADER_HPP #include @@ -26,4 +26,4 @@ namespace app::browser }; } -#endif // APP_BROWSER_HEADER_H \ No newline at end of file +#endif // APP_BROWSER_HEADER_HPP \ No newline at end of file diff --git a/src/app/browser/header/menu.hpp b/src/app/browser/header/menu.hpp index 35506255..d967bb0a 100644 --- a/src/app/browser/header/menu.hpp +++ b/src/app/browser/header/menu.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_HEADER_MENU_H -#define APP_BROWSER_HEADER_MENU_H +#ifndef APP_BROWSER_HEADER_MENU_HPP +#define APP_BROWSER_HEADER_MENU_HPP #include #include @@ -24,4 +24,4 @@ namespace app::browser::header }; } -#endif // APP_BROWSER_HEADER_MENU_H \ No newline at end of file +#endif // APP_BROWSER_HEADER_MENU_HPP \ No newline at end of file diff --git a/src/app/browser/header/tab.hpp b/src/app/browser/header/tab.hpp index b62561c6..c1d61f31 100644 --- a/src/app/browser/header/tab.hpp +++ b/src/app/browser/header/tab.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_HEADER_TAB_H -#define APP_BROWSER_HEADER_TAB_H +#ifndef APP_BROWSER_HEADER_TAB_HPP +#define APP_BROWSER_HEADER_TAB_HPP #include #include @@ -16,4 +16,4 @@ namespace app::browser::header }; } -#endif // APP_BROWSER_HEADER_TAB_H \ No newline at end of file +#endif // APP_BROWSER_HEADER_TAB_HPP \ No newline at end of file diff --git a/src/app/browser/main.hpp b/src/app/browser/main.hpp index 5ce6173d..36c8c0f1 100644 --- a/src/app/browser/main.hpp +++ b/src/app/browser/main.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_MAIN_H -#define APP_BROWSER_MAIN_H +#ifndef APP_BROWSER_MAIN_HPP +#define APP_BROWSER_MAIN_HPP #include @@ -31,4 +31,4 @@ namespace app::browser }; } -#endif // APP_BROWSER_MAIN_H \ No newline at end of file +#endif // APP_BROWSER_MAIN_HPP \ No newline at end of file diff --git a/src/app/browser/main/tab.hpp b/src/app/browser/main/tab.hpp index 6e497dd0..adaff91a 100644 --- a/src/app/browser/main/tab.hpp +++ b/src/app/browser/main/tab.hpp @@ -1,5 +1,5 @@ -#ifndef APP_BROWSER_MAIN_TAB_H -#define APP_BROWSER_MAIN_TAB_H +#ifndef APP_BROWSER_MAIN_TAB_HPP +#define APP_BROWSER_MAIN_TAB_HPP #include #include @@ -42,4 +42,4 @@ namespace app::browser::main }; } -#endif // APP_BROWSER_MAIN_TAB_H \ No newline at end of file +#endif // APP_BROWSER_MAIN_TAB_HPP \ No newline at end of file diff --git a/src/lib/database.hpp b/src/lib/database.hpp index 0b264ac6..9957249e 100644 --- a/src/lib/database.hpp +++ b/src/lib/database.hpp @@ -1,5 +1,5 @@ -#ifndef LIB_DATABASE_H -#define LIB_DATABASE_H +#ifndef LIB_DATABASE_HPP +#define LIB_DATABASE_HPP #include @@ -30,4 +30,4 @@ namespace lib }; } -#endif // LIB_DATABASE_H \ No newline at end of file +#endif // LIB_DATABASE_HPP \ No newline at end of file diff --git a/src/lib/database/session.hpp b/src/lib/database/session.hpp index dfd5c5a4..f3ed3cf6 100644 --- a/src/lib/database/session.hpp +++ b/src/lib/database/session.hpp @@ -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 @@ -23,4 +23,4 @@ namespace lib::database }; } -#endif // LIB_DATABASE_SESSION_H \ No newline at end of file +#endif // LIB_DATABASE_SESSION_HPP \ No newline at end of file