From e8286e18e6586120a2c3517c2d45215e10ef9d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 13:56:38 +0200 Subject: Remove the include/types.hrl file. --- src/cowboy_http_protocol.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cowboy_http_protocol.erl') 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, { -- cgit v1.2.3