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