rm emqttd_topic.hrl

This commit is contained in:
Ery Lee 2015-04-13 21:52:12 +08:00
parent 6c9fc41c3b
commit 9b6cb812df
4 changed files with 0 additions and 8 deletions

View File

@ -30,8 +30,6 @@
-include("emqttd.hrl").
-include("emqttd_topic.hrl").
-export([start/0, cluster/1]).
start() ->

View File

@ -30,8 +30,6 @@
-include("emqttd.hrl").
-include("emqttd_topic.hrl").
-include("emqttd_packet.hrl").
-include_lib("stdlib/include/qlc.hrl").

View File

@ -30,8 +30,6 @@
-include("emqttd.hrl").
-include("emqttd_topic.hrl").
-include("emqttd_packet.hrl").
-define(RETAINED_TABLE, message_retained).

View File

@ -28,8 +28,6 @@
-author('feng@emqtt.io').
-include("emqttd_topic.hrl").
-import(lists, [reverse/1]).
-export([new/1, new/2, wildcard/1, match/2, validate/1, triples/1, words/1]).