chromium/third_party/pdfium/core/fxcrt/numerics/safe_math.h

// 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_