blob: f910027d880302a3ff81a78d46a5724d870365e5 [file] [log] [blame]
// 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"
#include "core/fxcrt/numerics/clamped_math.h"
#include "core/fxcrt/numerics/safe_conversions.h"
#endif // CORE_FXCRT_NUMERICS_SAFE_MATH_H_