move setjmp.h to retroarch.c

This commit is contained in:
twinaphex 2015-12-05 21:31:46 +01:00
parent ec1b1c3e54
commit ffa4c58f1a
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,9 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <setjmp.h>
#include <boolean.h>
#ifdef _WIN32

View File

@ -16,8 +16,6 @@
#ifndef __RETROARCH_RUNLOOP_H
#define __RETROARCH_RUNLOOP_H
#include <setjmp.h>
#include <rthreads/async_job.h>
#include "libretro.h"