mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Taskbar: Unbreak SDL2 port by changing include path
Ports would not be able to find `QuickLaunchWidget.h` this way.
This commit is contained in:
committed by
Andreas Kling
parent
4285b6ac4d
commit
45a59b4d7e
@@ -7,13 +7,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "ClockWidget.h"
|
||||
#include "Taskbar/QuickLaunchWidget.h"
|
||||
#include "WindowList.h"
|
||||
#include <LibConfig/Listener.h>
|
||||
#include <LibDesktop/AppFile.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
#include <Services/Taskbar/QuickLaunchWidget.h>
|
||||
#include <Services/WindowServer/ScreenLayout.h>
|
||||
|
||||
class TaskbarWindow final : public GUI::Window
|
||||
|
||||
Reference in New Issue
Block a user