task_content_disc.c - header include cleanups

This commit is contained in:
twinaphex 2021-05-21 14:10:09 +02:00
parent 5b995dec26
commit 2e50b57643

View File

@ -38,10 +38,6 @@
#endif
#endif
#ifdef __WINRT__
#include <uwp/uwp_func.h>
#endif
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
@ -59,9 +55,7 @@
#include <retro_miscellaneous.h>
#include <streams/file_stream.h>
#include <retro_assert.h>
#include <lists/string_list.h>
#include <string/stdstring.h>
#include "task_content.h"