diff options
Diffstat (limited to 'src/cowboy_http_websocket.erl')
-rw-r--r-- | src/cowboy_http_websocket.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_http_websocket.erl b/src/cowboy_http_websocket.erl index 46c2ffa..4cd24dc 100644 --- a/src/cowboy_http_websocket.erl +++ b/src/cowboy_http_websocket.erl @@ -15,7 +15,6 @@ -module(cowboy_http_websocket). -export([upgrade/3]). --include("include/types.hrl"). -include("include/http.hrl"). -record(state, { |