diff options
author | Loïc Hoguin <[email protected]> | 2011-04-18 13:56:38 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-04-18 13:56:38 +0200 |
commit | e8286e18e6586120a2c3517c2d45215e10ef9d54 (patch) | |
tree | 08e99c68bb50d446d4357e417c51514bc2d494fb /src/cowboy_http_websocket.erl | |
parent | 63a92df14e25599c6903a8178b5e89acc4482645 (diff) | |
download | cowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.tar.gz cowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.tar.bz2 cowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.zip |
Remove the include/types.hrl file.
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, { |