mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix menu dependencies
This commit is contained in:
parent
73625dc0c4
commit
db3b6fc4d1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "header.h"
|
||||
#include "menu.h"
|
||||
|
||||
namespace app
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef APP_BROWSER_MENU_H
|
||||
#define APP_BROWSER_MENU_H
|
||||
|
||||
#include "../menu.h"
|
||||
#include "../browser.h"
|
||||
|
||||
namespace app
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue