From eb354b7ce88de54f41ab4f716d33ba341c7053d8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 25 Jan 2021 12:05:54 +0100 Subject: [PATCH] DynamicLoader: Remove some unnecessary #includes --- Userland/DynamicLoader/main.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Userland/DynamicLoader/main.cpp b/Userland/DynamicLoader/main.cpp index b0eaadb4bb..7b434cef26 100644 --- a/Userland/DynamicLoader/main.cpp +++ b/Userland/DynamicLoader/main.cpp @@ -24,26 +24,11 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include #include -#include -#include -#include #include #include -#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include char* __static_environ[] = { nullptr }; // We don't get the environment without some libc workarounds..