diff options
Diffstat (limited to 'src/cowboy_http_protocol.erl')
-rw-r--r-- | src/cowboy_http_protocol.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl index 5e9e636..a25f87a 100644 --- a/src/cowboy_http_protocol.erl +++ b/src/cowboy_http_protocol.erl @@ -16,7 +16,6 @@ -export([start_link/3]). %% API. -export([init/3, wait_request/1]). %% FSM. --include("include/types.hrl"). -include("include/http.hrl"). -record(state, { |