// Copyright 2017 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef SAFEMATH_SAFE_MATH_H_ | |
#define SAFEMATH_SAFE_MATH_H_ | |
#include <safemath/checked_math.h> | |
#include <safemath/clamped_math.h> | |
#include <safemath/safe_conversions.h> | |
#endif // SAFEMATH_SAFE_MATH_H_ |