%%%----------------------------------------------------------------------------- %%% Copyright (c) Meta Platforms, Inc. and affiliates. %%% Copyright (c) WhatsApp LLC %%% %%% This source code is licensed under the MIT license found in the %%% LICENSE.md file in the root directory of this source tree. %%% %%% @author Andrew Bennett %%% @copyright (c) Meta Platforms, Inc. and affiliates. %%% @doc %%% %%% @end %%% Created : 20 Sep 2022 by Andrew Bennett %%%----------------------------------------------------------------------------- %%% % @format %% @oncall whatsapp_clr -ifndef(ERLDIST_FILTER_HRL). -define(ERLDIST_FILTER_HRL, 1). -include_lib("erldist_filter/include/vdist.hrl"). -include_lib("erldist_filter/include/vedf.hrl"). -include_lib("erldist_filter/include/vterm.hrl"). -endif.