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 APP_BROWSER_H
#define APP_BROWSER_H
#ifndef APP_BROWSER_HPP
#define APP_BROWSER_HPP
#include <glibmm/i18n.h>
#include <gtkmm/applicationwindow.h>
@ -44,4 +44,4 @@ namespace app
};
}
#endif // APP_BROWSER_H
#endif // APP_BROWSER_HPP

View File

@ -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 <gtkmm/headerbar.h>
@ -26,4 +26,4 @@ namespace app::browser
};
}
#endif // APP_BROWSER_HEADER_H
#endif // APP_BROWSER_HEADER_HPP

View File

@ -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 <giomm/menu.h>
#include <glibmm/i18n.h>
@ -24,4 +24,4 @@ namespace app::browser::header
};
}
#endif // APP_BROWSER_HEADER_MENU_H
#endif // APP_BROWSER_HEADER_MENU_HPP

View File

@ -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 <glibmm/i18n.h>
#include <gtkmm/button.h>
@ -16,4 +16,4 @@ namespace app::browser::header
};
}
#endif // APP_BROWSER_HEADER_TAB_H
#endif // APP_BROWSER_HEADER_TAB_HPP

View File

@ -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 <gtkmm/box.h>
@ -31,4 +31,4 @@ namespace app::browser
};
}
#endif // APP_BROWSER_MAIN_H
#endif // APP_BROWSER_MAIN_HPP

View File

@ -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 <glibmm/i18n.h>
#include <gtkmm/gestureclick.h>
@ -42,4 +42,4 @@ namespace app::browser::main
};
}
#endif // APP_BROWSER_MAIN_TAB_H
#endif // APP_BROWSER_MAIN_TAB_HPP

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