(retroarch.c) Remove file_ops.h header include

This commit is contained in:
twinaphex 2015-03-28 21:16:21 +01:00
parent 0af92454bb
commit 80d8607fd2

View File

@ -24,7 +24,6 @@
#include "libretro_version_1.h"
#include "dynamic.h"
#include "content.h"
#include "file_ops.h"
#include <file/file_path.h>
#include <file/dir_list.h>
#include "general.h"