runloop.c - take out more header includes
This commit is contained in:
parent
2ed38b7288
commit
6cfbf995fa
|
@ -15,10 +15,9 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "general.h"
|
|
||||||
#include "file_path.h"
|
#include "file_path.h"
|
||||||
#include "dir_list.h"
|
|
||||||
#include "performance.h"
|
#include "performance.h"
|
||||||
|
#include "retroarch_logger.h"
|
||||||
#include "input/input_common.h"
|
#include "input/input_common.h"
|
||||||
#include "intl/intl.h"
|
#include "intl/intl.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue