From 3cc7699cb3cae998ac95827e1239e76191f8c12f Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 5 Jul 2010 15:49:43 -0400 Subject: more cleanup of the includes --- src/chttpd_sup.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/chttpd_sup.erl') diff --git a/src/chttpd_sup.erl b/src/chttpd_sup.erl index c710ec37..4786350b 100644 --- a/src/chttpd_sup.erl +++ b/src/chttpd_sup.erl @@ -4,8 +4,6 @@ -export([start_link/1]). --include("chttpd.hrl"). - start_link(Args) -> supervisor:start_link({local,?MODULE}, ?MODULE, Args). -- cgit v1.2.3