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_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