diff options
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r-- | src/cowboy_http.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index 93b83e5..7a3bc7a 100644 --- a/src/cowboy_http.erl +++ b/src/cowboy_http.erl @@ -51,7 +51,6 @@ -export_type([method/0, uri/0, version/0, header/0, headers/0, status/0]). --include("include/http.hrl"). -include_lib("eunit/include/eunit.hrl"). %% Parsing. |