Run: Remove useless serenity.h include

This commit is contained in:
Jean-Baptiste Boric 2021-04-25 21:01:49 +02:00 committed by Linus Groh
commit f9d82ecf18
Notes: sideshowbarker 2024-07-18 19:01:20 +09:00

View file

@ -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>