Take out include in general.h

This commit is contained in:
twinaphex 2015-01-19 00:47:48 +01:00
parent 59dc90dd0c
commit 6d7ad56d51
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include "compat/posix_string.h"
#include "gfx/video_thread_wrapper.h"
#include "gfx/video_monitor.h"
#include "gfx/video_viewport.h"
#include "gfx/video_pixel_converter.h"
#include "audio/audio_monitor.h"
#include "gfx/gfx_common.h"

View File

@ -31,7 +31,6 @@
#include "core_options.h"
#include "core_info.h"
#include <retro_miscellaneous.h>
#include "gfx/video_viewport.h"
#include "playlist.h"