
//          Copyright John McFarlane 2015 - 2016.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file ../LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

/// \file
/// \brief all definitions related to the `sg14::fixed_point` type

#if !defined(SG14_FIXED_POINT_H)
#define SG14_FIXED_POINT_H 1

#include "bits/fixed_point_type.h"
#include "bits/fixed_point_make.h"
#include "bits/fixed_point_named.h"
#include "bits/fixed_point_common_type.h"
#include "bits/fixed_point_operators.h"
#include "bits/fixed_point_extras.h"

#endif	// SG14_FIXED_POINT_H
