HackStudio: Remove unused spawn.h include

This commit is contained in:
Sam Atkins 2024-01-16 13:56:54 +00:00 committed by Andrew Kaster
parent ae297e4405
commit 8bb459e0ec
Notes: sideshowbarker 2024-07-16 23:57:20 +09:00

View File

@ -71,7 +71,6 @@
#include <LibThreading/Thread.h>
#include <LibVT/TerminalWidget.h>
#include <fcntl.h>
#include <spawn.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>