0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Remove the redundant include/ from -include("http.hrl")

This commit is contained in:
Loïc Hoguin 2012-02-27 08:07:03 +01:00
parent ac1424fd6a
commit d9212c21dd
5 changed files with 4 additions and 5 deletions

View file

@ -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.