You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/02/13 09:52:29 UTC

[17/38] incubator-corinthia git commit: Remove include

Remove <io.h> include

This was needed at one point, but I can't remember what for. It's no
longer required; the code builds fine without it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/d785d58d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/d785d58d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/d785d58d

Branch: refs/heads/experimentZip
Commit: d785d58d96bc807c7546f683a860b5a8c7c6d3aa
Parents: ce0e3d5
Author: Peter Kelly <pe...@uxproductivity.com>
Authored: Sun Jan 11 10:24:39 2015 +0700
Committer: Peter Kelly <pe...@uxproductivity.com>
Committed: Sun Jan 11 10:24:39 2015 +0700

----------------------------------------------------------------------
 DocFormats/headers/DFPlatform.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d785d58d/DocFormats/headers/DFPlatform.h
----------------------------------------------------------------------
diff --git a/DocFormats/headers/DFPlatform.h b/DocFormats/headers/DFPlatform.h
index 3d4ae0b..ea517e7 100755
--- a/DocFormats/headers/DFPlatform.h
+++ b/DocFormats/headers/DFPlatform.h
@@ -17,7 +17,6 @@
 
 #ifdef WIN32
 #include <direct.h>
-#include <io.h>
 
 #define _CRT_SECURE_NO_WARNINGS
 #define snprintf _snprintf