diff options
author | Jean-Baptiste Boric <jblbeurope@gmail.com> | 2021-04-25 21:01:49 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-27 23:06:16 +0200 |
commit | f9d82ecf18926e5b6297bd0419ebcb48d9a50da9 (patch) | |
tree | 313261664fe95b13173e4213cd687e96f23f6810 /Userland/Applications/Run | |
parent | 212c3e7f2a8258693944e59f423b9fa39dc3b8b0 (diff) | |
download | serenity-f9d82ecf18926e5b6297bd0419ebcb48d9a50da9.zip |
Run: Remove useless serenity.h include
Diffstat (limited to 'Userland/Applications/Run')
-rw-r--r-- | Userland/Applications/Run/RunWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Run/RunWindow.cpp b/Userland/Applications/Run/RunWindow.cpp index 5d86f30a00..106dde3f88 100644 --- a/Userland/Applications/Run/RunWindow.cpp +++ b/Userland/Applications/Run/RunWindow.cpp @@ -19,7 +19,6 @@ #include <LibGUI/ImageWidget.h> #include <LibGUI/MessageBox.h> #include <LibGUI/Widget.h> -#include <serenity.h> #include <spawn.h> #include <stdio.h> #include <sys/wait.h> |