blob: abe5eb7f08d21e28ddba0224486c3d5f68ffaf1e [file] [log] [blame]
Avi Drissmane4622aa2022-09-08 20:36:061// Copyright 2017 The Chromium Authors
[email protected]5bfecbc2014-02-27 13:49:042// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
danakj0a448602015-03-10 00:31:165#ifndef BASE_NUMERICS_SAFE_MATH_H_
6#define BASE_NUMERICS_SAFE_MATH_H_
[email protected]5bfecbc2014-02-27 13:49:047
Jean-Philippe Gravelf81c63b2024-04-23 20:33:178#include "base/numerics/checked_math.h" // IWYU pragma: export
9#include "base/numerics/clamped_math.h" // IWYU pragma: export
10#include "base/numerics/safe_conversions.h" // IWYU pragma: export
[email protected]5bfecbc2014-02-27 13:49:0411
danakj0a448602015-03-10 00:31:1612#endif // BASE_NUMERICS_SAFE_MATH_H_