Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDBD9184DE for ; Mon, 13 Jul 2015 18:45:05 +0000 (UTC) Received: (qmail 86264 invoked by uid 500); 13 Jul 2015 18:45:02 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 86086 invoked by uid 500); 13 Jul 2015 18:45:02 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 85026 invoked by uid 99); 13 Jul 2015 18:45:01 -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; Mon, 13 Jul 2015 18:45:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65671E095F; Mon, 13 Jul 2015 18:45:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 13 Jul 2015 18:45:33 -0000 Message-Id: <238b1103fdf84118bd074979ec0dc917@git.apache.org> In-Reply-To: <9be4c77905ae4fe0a4f2a108e023e74d@git.apache.org> References: <9be4c77905ae4fe0a4f2a108e023e74d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/43] jiffy commit: updated refs/heads/upstream to 446e284 Remove unnecessary inclusion of proper.hrl Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/b6afb141 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/b6afb141 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/b6afb141 Branch: refs/heads/upstream Commit: b6afb1414e10edd5c579bf4affbde0e5b7d85737 Parents: 5cd89c1 Author: Paul J. Davis Authored: Fri Sep 19 14:28:55 2014 -0500 Committer: Paul J. Davis Committed: Fri Sep 19 14:28:55 2014 -0500 ---------------------------------------------------------------------- test/jiffy_01_yajl_tests.erl | 1 - test/jiffy_02_literal_tests.erl | 1 - test/jiffy_03_number_tests.erl | 1 - test/jiffy_04_string_tests.erl | 1 - test/jiffy_05_array_tests.erl | 1 - test/jiffy_06_object_tests.erl | 1 - test/jiffy_07_compound_tests.erl | 1 - test/jiffy_08_halfword_tests.erl | 1 - test/jiffy_09_reg_issue_24_tests.erl | 1 - test/jiffy_10_short_double_tests.erl | 1 - 10 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_01_yajl_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_01_yajl_tests.erl b/test/jiffy_01_yajl_tests.erl index b3ac13a..aedaf71 100644 --- a/test/jiffy_01_yajl_tests.erl +++ b/test/jiffy_01_yajl_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_01_yajl_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_02_literal_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_02_literal_tests.erl b/test/jiffy_02_literal_tests.erl index a5ff576..98b163c 100644 --- a/test/jiffy_02_literal_tests.erl +++ b/test/jiffy_02_literal_tests.erl @@ -3,7 +3,6 @@ -module(jiffy_02_literal_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_03_number_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_03_number_tests.erl b/test/jiffy_03_number_tests.erl index da69049..ac7b95f 100644 --- a/test/jiffy_03_number_tests.erl +++ b/test/jiffy_03_number_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_03_number_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_04_string_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_04_string_tests.erl b/test/jiffy_04_string_tests.erl index 7238f7c..f2136d8 100644 --- a/test/jiffy_04_string_tests.erl +++ b/test/jiffy_04_string_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_04_string_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_05_array_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_05_array_tests.erl b/test/jiffy_05_array_tests.erl index 6e9b717..dcad7ec 100644 --- a/test/jiffy_05_array_tests.erl +++ b/test/jiffy_05_array_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_05_array_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_06_object_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_06_object_tests.erl b/test/jiffy_06_object_tests.erl index 7aec347..6e8834e 100644 --- a/test/jiffy_06_object_tests.erl +++ b/test/jiffy_06_object_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_06_object_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_07_compound_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_07_compound_tests.erl b/test/jiffy_07_compound_tests.erl index 7a968ab..7a811db 100644 --- a/test/jiffy_07_compound_tests.erl +++ b/test/jiffy_07_compound_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_07_compound_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_08_halfword_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_08_halfword_tests.erl b/test/jiffy_08_halfword_tests.erl index e18cd93..c30739e 100644 --- a/test/jiffy_08_halfword_tests.erl +++ b/test/jiffy_08_halfword_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_08_halfword_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_09_reg_issue_24_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_09_reg_issue_24_tests.erl b/test/jiffy_09_reg_issue_24_tests.erl index ca72d1b..2f3482f 100644 --- a/test/jiffy_09_reg_issue_24_tests.erl +++ b/test/jiffy_09_reg_issue_24_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_09_reg_issue_24_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl"). http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_10_short_double_tests.erl ---------------------------------------------------------------------- diff --git a/test/jiffy_10_short_double_tests.erl b/test/jiffy_10_short_double_tests.erl index 56272fe..d66e1ea 100644 --- a/test/jiffy_10_short_double_tests.erl +++ b/test/jiffy_10_short_double_tests.erl @@ -4,7 +4,6 @@ -module(jiffy_10_short_double_tests). --include_lib("proper/include/proper.hrl"). -include_lib("eunit/include/eunit.hrl"). -include("jiffy_util.hrl").