Remove unneeded includes and correct others

This commit is contained in:
Jasmine Iwanek
2023-04-12 02:59:22 -04:00
parent 0a453b9697
commit 0e0ba399c6
3 changed files with 1 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ extern "C" {
#include <86box/86box.h>
#include <86box/hdd.h>
#include "../disk/minivhd/minivhd.h"
#include "../disk/minivhd/minivhd_util.h"
}
#include <thread>