Move mirrored_supervisor.hrl to deps/rabbit/include

This commit is contained in:
Michael Klishin 2023-12-12 14:06:47 -05:00 committed by Michael Klishin
parent 9abe1d9eae
commit 9f3efa8eb0
3 changed files with 2 additions and 2 deletions

2
deps/rabbit/app.bzl vendored
View File

@ -545,6 +545,7 @@ def all_srcs(name = "all_srcs"):
"include/gm_specs.hrl", "include/gm_specs.hrl",
"include/internal_user.hrl", "include/internal_user.hrl",
"include/mc.hrl", "include/mc.hrl",
"include/mirrored_supervisor.hrl",
"include/rabbit_global_counters.hrl", "include/rabbit_global_counters.hrl",
"include/vhost.hrl", "include/vhost.hrl",
"include/vhost_v2.hrl", "include/vhost_v2.hrl",
@ -558,7 +559,6 @@ def all_srcs(name = "all_srcs"):
filegroup( filegroup(
name = "private_hdrs", name = "private_hdrs",
srcs = [ srcs = [
"src/mirrored_supervisor.hrl",
"src/rabbit_feature_flags.hrl", "src/rabbit_feature_flags.hrl",
"src/rabbit_fifo.hrl", "src/rabbit_fifo.hrl",
"src/rabbit_fifo_dlx.hrl", "src/rabbit_fifo_dlx.hrl",

View File

@ -10,7 +10,7 @@
-behaviour(mirrored_supervisor). -behaviour(mirrored_supervisor).
-behaviour(rabbit_mnesia_to_khepri_record_converter). -behaviour(rabbit_mnesia_to_khepri_record_converter).
-include_lib("rabbit/src/mirrored_supervisor.hrl"). -include_lib("rabbit/include/mirrored_supervisor.hrl").
-include_lib("rabbit_common/include/rabbit.hrl"). -include_lib("rabbit_common/include/rabbit.hrl").
-define(SUPERVISOR, ?MODULE). -define(SUPERVISOR, ?MODULE).