You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by pm...@apache.org on 2015/04/24 18:18:03 UTC

[36/55] [abbrv] incubator-corinthia git commit: Remove duplicate DFPlatform.h include.

Remove duplicate DFPlatform.h include.

* DocFormats/core/src/lib/DFFilesystem.c
    Remove duplicate DFPlatform.h include.


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

Branch: refs/heads/stable
Commit: ebd3c933f4865133250e834c5f96b18a43fe6846
Parents: 7799c53
Author: Gabriela Gibson <gb...@apache.org>
Authored: Tue Apr 7 15:08:02 2015 +0100
Committer: Gabriela Gibson <gb...@apache.org>
Committed: Tue Apr 7 15:08:02 2015 +0100

----------------------------------------------------------------------
 DocFormats/core/src/lib/DFFilesystem.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/ebd3c933/DocFormats/core/src/lib/DFFilesystem.c
----------------------------------------------------------------------
diff --git a/DocFormats/core/src/lib/DFFilesystem.c b/DocFormats/core/src/lib/DFFilesystem.c
index 358b70e..6c1a1bc 100644
--- a/DocFormats/core/src/lib/DFFilesystem.c
+++ b/DocFormats/core/src/lib/DFFilesystem.c
@@ -22,7 +22,6 @@
 #include "DFBuffer.h"
 #include <DocFormats/DFError.h>
 #include "DFCharacterSet.h"
-#include "DFPlatform.h"
 #include "DFCommon.h"
 #include <assert.h>
 #include <errno.h>