Remove unused includes

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
Mahyar Koshkouei 2018-05-23 17:48:04 +01:00
parent c26772d201
commit 99f7fe4fd4
No known key found for this signature in database
GPG Key ID: B790CA66809F18D6
1 changed files with 0 additions and 6 deletions

View File

@ -15,16 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#ifdef HAVE_OPENGLES
#include <dlfcn.h>
#endif
#ifdef HAVE_LOCALE
#include <locale.h>