From d9212c21ddee1d38a575ab74ad470e43e9b883fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Feb 2012 08:07:03 +0100 Subject: Remove the redundant include/ from -include("http.hrl") --- src/cowboy_http_websocket.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cowboy_http_websocket.erl') diff --git a/src/cowboy_http_websocket.erl b/src/cowboy_http_websocket.erl index ec75571..a926261 100644 --- a/src/cowboy_http_websocket.erl +++ b/src/cowboy_http_websocket.erl @@ -40,7 +40,7 @@ -export([upgrade/4]). %% API. -export([handler_loop/4]). %% Internal. --include("include/http.hrl"). +-include("http.hrl"). -include_lib("eunit/include/eunit.hrl"). -type opcode() :: 0 | 1 | 2 | 8 | 9 | 10. -- cgit v1.2.3