Remove unneeded includes.

This commit is contained in:
Bob Nystrom
2016-03-17 07:04:09 -07:00
parent c5855a6fe9
commit 66b7acd862
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -1,8 +1,5 @@
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "wren_common.h"
-1
View File
@@ -1,6 +1,5 @@
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "wren.h"