Browse Source

fix: emqx_cluster_rpc.hrl to emqx_machine.hrl

zhongwencool 4 years ago
parent
commit
af36e1a791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/emqx_machine/src/emqx_machine.erl

+ 1 - 1
apps/emqx_machine/src/emqx_machine.erl

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