From b6afb1414e10edd5c579bf4affbde0e5b7d85737 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 19 Sep 2014 14:28:55 -0500 Subject: [PATCH] Remove unnecessary inclusion of proper.hrl --- 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(-) 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"). 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"). 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"). 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"). 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"). 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"). 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"). 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"). 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"). 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").