/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ /** * @file * * Common includes used by all kernel implementations. */ #pragma once // This list should be very conservative since most kernel .cpp files will // include these and depend on their transitive deps. Only add a header if 99% // of kernels would have included it anyway. #include // IWYU pragma: export #include // IWYU pragma: export #include // IWYU pragma: export #include // IWYU pragma: export