WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.
This commit is contained in:
parent
bf8d72f5a4
commit
79a6312c8f
Notes:
sideshowbarker
2024-07-19 13:11:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/79a6312c8f2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <LibCore/CTimer.h>
|
||||
#include <LibDraw/Font.h>
|
||||
#include <LibDraw/Painter.h>
|
||||
#include <WindowServer/WSMenuBarKeeper.h>
|
||||
#include <WindowServer/WSMenuManager.h>
|
||||
#include <WindowServer/WSWindowManager.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue