Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / chrono / stopwatches / include / boost / chrono / stopwatches / reporters / system_default_formatter.hpp
1 //  boost/chrono/stopwatches/reporters/system_default_formatter.hpp
2 //  Copyright 2011 Vicente J. Botet Escriba
3 //  Distributed under the Boost Software License, Version 1.0.
4 //  (See accompanying file LICENSE_1_0.txt or
5 //   copy at http://www.boost.org/LICENSE_1_0.txt)
6 //  See http://www.boost.org/libs/chrono/stopwatches for documentation.
7
8 #ifndef BOOST_CHRONO_STOPWATCHES_REPORTERS_SYSTEM_DEFAULT_FORMATTER_HPP
9 #define BOOST_CHRONO_STOPWATCHES_REPORTERS_SYSTEM_DEFAULT_FORMATTER_HPP
10
11 #include <boost/chrono/stopwatches/reporters/stopwatch_reporter_default_formatter.hpp>
12 #include <boost/chrono/stopwatches/reporters/clock_default_formatter.hpp>
13 #include <boost/chrono/stopwatches/formatters/elapsed_formatter.hpp>
14 #include <boost/chrono/system_clocks.hpp>
15
16
17
18 #endif
19