summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sorted_array_test.c1
-rw-r--r--test/tree_test.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c
index e8c2fdd..63c076b 100644
--- a/test/sorted_array_test.c
+++ b/test/sorted_array_test.c
@@ -14,7 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/test/tree_test.c b/test/tree_test.c
index b89d5a8..b756202 100644
--- a/test/tree_test.c
+++ b/test/tree_test.c
@@ -14,7 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>