Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FC46106FF for ; Fri, 13 Feb 2015 08:52:49 +0000 (UTC) Received: (qmail 37177 invoked by uid 500); 13 Feb 2015 08:52:49 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 37159 invoked by uid 500); 13 Feb 2015 08:52:49 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 37150 invoked by uid 99); 13 Feb 2015 08:52:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 08:52:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Feb 2015 08:52:16 +0000 Received: (qmail 36437 invoked by uid 99); 13 Feb 2015 08:52:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 08:52:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3AD15E0990; Fri, 13 Feb 2015 08:52:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Date: Fri, 13 Feb 2015 08:52:29 -0000 Message-Id: <65ba2240a1ce43aab8a6bcc7d406a472@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/38] incubator-corinthia git commit: Remove include X-Virus-Checked: Checked by ClamAV on apache.org Remove 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 Authored: Sun Jan 11 10:24:39 2015 +0700 Committer: Peter Kelly 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 -#include #define _CRT_SECURE_NO_WARNINGS #define snprintf _snprintf