diff --git a/Userland/Libraries/LibConfig/Client.h b/Userland/Libraries/LibConfig/Client.h index 00b3a8353a1..0da1805894e 100644 --- a/Userland/Libraries/LibConfig/Client.h +++ b/Userland/Libraries/LibConfig/Client.h @@ -6,11 +6,11 @@ #pragma once -#include -#include #include #include #include +#include +#include namespace Config {