feat(queue): remove too useless header file
This commit is contained in:
parent
be175d205c
commit
1205e34650
|
@ -1,5 +0,0 @@
|
|||
%%--------------------------------------------------------------------
|
||||
%% Copyright (c) 2024 EMQ Technologies Co., Ltd. All Rights Reserved.
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
-define(gproc_id(ID), {n, l, ID}).
|
|
@ -7,7 +7,6 @@
|
|||
-behaviour(gen_server).
|
||||
|
||||
-include_lib("emqx/include/logger.hrl").
|
||||
-include("emqx_ds_shared_sub.hrl").
|
||||
|
||||
-export([
|
||||
start_link/0,
|
||||
|
@ -29,6 +28,8 @@
|
|||
topic_filter :: emqx_persistent_session_ds:share_topic_filter()
|
||||
}).
|
||||
|
||||
-define(gproc_id(ID), {n, l, ID}).
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%% API
|
||||
%%--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue