fix: emqx_cluster_rpc.hrl to emqx_machine.hrl

This commit is contained in:
zhongwencool 2021-09-30 15:42:05 +08:00 committed by Rory Z
parent 93c210887b
commit af36e1a791
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
]). ]).
-include_lib("emqx/include/logger.hrl"). -include_lib("emqx/include/logger.hrl").
-include("emqx_cluster_rpc.hrl"). -include("emqx_machine.hrl").
%% @doc EMQ X boot entrypoint. %% @doc EMQ X boot entrypoint.
start() -> start() ->