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:
parent
ac1424fd6a
commit
d9212c21dd
5 changed files with 4 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
|||
-export([start_link/4]). %% API.
|
||||
-export([init/4, parse_request/1, handler_loop/3]). %% FSM.
|
||||
|
||||
-include("include/http.hrl").
|
||||
-include("http.hrl").
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
-record(state, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue