Remove unneeded ctype.h includes

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2fda5532
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2fda5532
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/2fda5532

Branch: refs/heads/master
Commit: 2fda55327d59ec11b88ce1056e91b46e833ff406
Parents: 8e136ed
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Wed Apr 6 13:31:30 2016 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Wed Apr 6 13:31:30 2016 +0200

----------------------------------------------------------------------
 runtime/core/Clownfish/ByteBuf.c | 1 -
 runtime/core/Clownfish/CharBuf.c | 1 -
 runtime/core/Clownfish/Class.c   | 1 -
 runtime/core/Clownfish/Err.c     | 1 -
 runtime/perl/xs/XSBind.c         | 1 -
 5 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2fda5532/runtime/core/Clownfish/ByteBuf.c
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/ByteBuf.c b/runtime/core/Clownfish/ByteBuf.c
index 96d31b6..dc03cf5 100644
--- a/runtime/core/Clownfish/ByteBuf.c
+++ b/runtime/core/Clownfish/ByteBuf.c
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
-#include <ctype.h>
 
 #include "Clownfish/Class.h"
 #include "Clownfish/ByteBuf.h"

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2fda5532/runtime/core/Clownfish/CharBuf.c
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/CharBuf.c b/runtime/core/Clownfish/CharBuf.c
index 3867249..5bd5c03 100644
--- a/runtime/core/Clownfish/CharBuf.c
+++ b/runtime/core/Clownfish/CharBuf.c
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
 #include "Clownfish/CharBuf.h"
 

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2fda5532/runtime/core/Clownfish/Class.c
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/Class.c b/runtime/core/Clownfish/Class.c
index 8c5cdfe..4608866 100644
--- a/runtime/core/Clownfish/Class.c
+++ b/runtime/core/Clownfish/Class.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <ctype.h>
 
 #include "Clownfish/Class.h"
 #include "Clownfish/String.h"

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2fda5532/runtime/core/Clownfish/Err.c
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/Err.c b/runtime/core/Clownfish/Err.c
index dd398e7..82daf02 100644
--- a/runtime/core/Clownfish/Err.c
+++ b/runtime/core/Clownfish/Err.c
@@ -23,7 +23,6 @@
 
 #include <string.h>
 #include <stdio.h>
-#include <ctype.h>
 
 #include "Clownfish/Err.h"
 

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2fda5532/runtime/perl/xs/XSBind.c
----------------------------------------------------------------------
diff --git a/runtime/perl/xs/XSBind.c b/runtime/perl/xs/XSBind.c
index 17f0266..515e752 100644
--- a/runtime/perl/xs/XSBind.c
+++ b/runtime/perl/xs/XSBind.c
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <ctype.h>
 #include <string.h>
 
 #define C_CFISH_OBJ

Reply via email to