1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

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
parent 212c3e7f2a
commit f9d82ecf18

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>