1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +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:
Jelle Raaijmakers 2022-11-26 10:28:44 +01:00 committed by Andreas Kling
parent 4285b6ac4d
commit 45a59b4d7e

View file

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