Remove some explicit includes for __APPLE__

This commit is contained in:
jsteube
2016-09-06 09:48:53 +02:00
parent d44571ff70
commit b95f491c64
2 changed files with 0 additions and 8 deletions

View File

@@ -6,10 +6,6 @@
#include "common.h"
#include "logging.h"
#ifdef __APPLE__
#include <stdio.h>
#endif
int SUPPRESS_OUTPUT = 0;
static int last_len = 0;