LibConfig: Use full include path for endpoints

This fixes the SDL2 port build which expects this path to exist in
`/usr/include`.
This commit is contained in:
Jelle Raaijmakers 2023-03-23 22:44:44 +01:00 committed by Andreas Kling
parent cbe0901706
commit 357538ed25

View file

@ -6,11 +6,11 @@
#pragma once
#include <ConfigServer/ConfigClientEndpoint.h>
#include <ConfigServer/ConfigServerEndpoint.h>
#include <LibCore/Promise.h>
#include <LibCore/StandardPaths.h>
#include <LibIPC/ConnectionToServer.h>
#include <Userland/Services/ConfigServer/ConfigClientEndpoint.h>
#include <Userland/Services/ConfigServer/ConfigServerEndpoint.h>
namespace Config {