Remove useless #includes

This commit is contained in:
Rémi Denis-Courmont 2010-10-31 11:12:20 +02:00
parent 3a27eb58f0
commit 2526aec1be
1 changed files with 0 additions and 2 deletions

View File

@ -35,10 +35,8 @@
#include <stdbool.h>
#include <locale.h>
#include <signal.h>
#include <time.h>
#include <pthread.h>
#include <unistd.h>
#include <dlfcn.h>
#ifdef __APPLE__
#include <string.h>