diff options
Diffstat (limited to 'src/chttpd_app.erl')
-rw-r--r-- | src/chttpd_app.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chttpd_app.erl b/src/chttpd_app.erl index 4b8356fb..e8d6f21f 100644 --- a/src/chttpd_app.erl +++ b/src/chttpd_app.erl @@ -2,8 +2,6 @@ -behaviour(application). -export([start/2, stop/1]). --include("chttpd.hrl"). - start(_Type, StartArgs) -> chttpd_sup:start_link(StartArgs). |