diff options
Diffstat (limited to 'Userland/Libraries/LibConfig/Client.h')
-rw-r--r-- | Userland/Libraries/LibConfig/Client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibConfig/Client.h b/Userland/Libraries/LibConfig/Client.h index 4394fe276c..3c711fc97f 100644 --- a/Userland/Libraries/LibConfig/Client.h +++ b/Userland/Libraries/LibConfig/Client.h @@ -8,7 +8,6 @@ #include <ConfigServer/ConfigClientEndpoint.h> #include <ConfigServer/ConfigServerEndpoint.h> -#include <LibCore/File.h> #include <LibCore/Promise.h> #include <LibCore/StandardPaths.h> #include <LibIPC/ConnectionToServer.h> |