diff --git a/LibC/utsname.h b/LibC/sys/utsname.h similarity index 100% rename from LibC/utsname.h rename to LibC/sys/utsname.h diff --git a/LibC/utsname.cpp b/LibC/utsname.cpp index a6ca7362613..1e4c4ba2b0c 100644 --- a/LibC/utsname.cpp +++ b/LibC/utsname.cpp @@ -1,5 +1,5 @@ -#include "utsname.h" -#include "errno.h" +#include +#include #include extern "C" { diff --git a/Userland/sh.cpp b/Userland/sh.cpp index a5f4e5260b8..84172ab18d7 100644 --- a/Userland/sh.cpp +++ b/Userland/sh.cpp @@ -1,12 +1,12 @@ -#include -#include #include -#include -#include -#include #include -#include #include +#include +#include +#include +#include +#include +#include #include struct GlobalState { diff --git a/Userland/uname.cpp b/Userland/uname.cpp index 65c584b82c8..64e43c3565d 100644 --- a/Userland/uname.cpp +++ b/Userland/uname.cpp @@ -1,5 +1,5 @@ -#include #include +#include int main(int argc, char** argv) {