From ca6847b5bb6d9b86d5f2123533ebfe510c01d880 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 4 Dec 2018 00:27:16 +0100 Subject: Import a simple text editor I started working on. --- Userland/kill.cpp | 2 +- Userland/ls.cpp | 2 +- Userland/sleep.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Userland') diff --git a/Userland/kill.cpp b/Userland/kill.cpp index 7da6429270..5708c7a8d0 100644 --- a/Userland/kill.cpp +++ b/Userland/kill.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include static unsigned parseUInt(const String& str, bool& ok) { diff --git a/Userland/ls.cpp b/Userland/ls.cpp index fa15d8a23b..741b0a3f1b 100644 --- a/Userland/ls.cpp +++ b/Userland/ls.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include static int do_dir(const char* path); diff --git a/Userland/sleep.cpp b/Userland/sleep.cpp index 79cffbfc1b..ba50980723 100644 --- a/Userland/sleep.cpp +++ b/Userland/sleep.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include static unsigned parseUInt(const String& str, bool& ok) { -- cgit v1.2.3