| // Copyright 2024 The PDFium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CORE_FXCRT_NUMERICS_SAFE_MATH_H_ | |
| #define CORE_FXCRT_NUMERICS_SAFE_MATH_H_ | |
| #include "core/fxcrt/numerics/checked_math.h" // IWYU pragma: export | |
| #include "core/fxcrt/numerics/clamped_math.h" // IWYU pragma: export | |
| #include "core/fxcrt/numerics/safe_conversions.h" // IWYU pragma: export | |
| #endif // CORE_FXCRT_NUMERICS_SAFE_MATH_H_ |