From 62b14299948d21cf1f4daf889b4e86da4e0bb357 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 7 Jan 2016 14:06:00 -0600 Subject: [PATCH] Removed a wide character library that wasn't needed in the ffi c test. --- FFI-tests/ffi_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/FFI-tests/ffi_test.c b/FFI-tests/ffi_test.c index 444b869..94e5c4c 100644 --- a/FFI-tests/ffi_test.c +++ b/FFI-tests/ffi_test.c @@ -3,7 +3,6 @@ #include #include #include -#include /* function declaration */ void print_ustr_bytes(const char []);