Current section
Files
Jump to
Current section
Files
include/erldist_filter.hrl
%%% % @format
%%%-----------------------------------------------------------------------------
%%% 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 <potatosaladx@meta.com>
%%% @copyright (c) Meta Platforms, Inc. and affiliates.
%%% @doc
%%%
%%% @end
%%% Created : 20 Sep 2022 by Andrew Bennett <potatosaladx@meta.com>
%%%-----------------------------------------------------------------------------
%% @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.