More stdio.h header include removals

This commit is contained in:
twinaphex 2014-10-16 07:29:42 +02:00
parent 4f0d124793
commit 7c842f9342
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
#define __RARCH_GENERAL_H #define __RARCH_GENERAL_H
#include "boolean.h" #include "boolean.h"
#include <stdio.h> #include <stdint.h>
#include <limits.h> #include <limits.h>
#include <setjmp.h> #include <setjmp.h>
#include "driver.h" #include "driver.h"

View File

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdio.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdio.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdio.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>