summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdio.h
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-09-18 09:49:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-25 21:18:17 +0200
commitede5dbd7b3ec1c7240d6ca2693a5ada307338b4c (patch)
treeee3a79ccadd3eaacfe7da533c71cb401d8146695 /Libraries/LibC/stdio.h
parent64cc3f51d0a1d4ddc68fe9e3b5da2834eac48dae (diff)
downloadserenity-ede5dbd7b3ec1c7240d6ca2693a5ada307338b4c.zip
Meta+LibC through LibHTTP: Make clang-format-10 clean
Why break at LibHTTP? Because "Meta+Libraries" would be insanely large, and breaking between LibHTTP and LibJS makes the commits roughly evenly large.
Diffstat (limited to 'Libraries/LibC/stdio.h')
-rw-r--r--Libraries/LibC/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/stdio.h b/Libraries/LibC/stdio.h
index 6cd9ffe84c..498c8f82b7 100644
--- a/Libraries/LibC/stdio.h
+++ b/Libraries/LibC/stdio.h
@@ -28,9 +28,9 @@
#define _STDIO_H // Make GMP believe we exist.
+#include <bits/FILE.h>
#include <limits.h>
#include <stdarg.h>
-#include <bits/FILE.h>
#include <sys/cdefs.h>
#include <sys/types.h>