aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_tcp_transport.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-18 13:56:38 +0200
committerLoïc Hoguin <[email protected]>2011-04-18 13:56:38 +0200
commite8286e18e6586120a2c3517c2d45215e10ef9d54 (patch)
tree08e99c68bb50d446d4357e417c51514bc2d494fb /src/cowboy_tcp_transport.erl
parent63a92df14e25599c6903a8178b5e89acc4482645 (diff)
downloadcowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.tar.gz
cowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.tar.bz2
cowboy-e8286e18e6586120a2c3517c2d45215e10ef9d54.zip
Remove the include/types.hrl file.
Diffstat (limited to 'src/cowboy_tcp_transport.erl')
-rw-r--r--src/cowboy_tcp_transport.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_tcp_transport.erl b/src/cowboy_tcp_transport.erl
index d67e096..45c87df 100644
--- a/src/cowboy_tcp_transport.erl
+++ b/src/cowboy_tcp_transport.erl
@@ -16,7 +16,6 @@
-export([name/0, messages/0, listen/1, accept/2, recv/3, send/2, setopts/2,
controlling_process/2, peername/1, close/1]). %% API.
--include("include/types.hrl").
-include_lib("kernel/include/inet.hrl").
%% API.