1// -*- mode: c++ -*-
2/***************************************************************************
3 *  include/stxxl/timer
4 *
5 *  Part of the STXXL. See http://stxxl.sourceforge.net
6 *
7 *  Copyright (C) 2007 Andreas Beckmann <beckmann@mpi-inf.mpg.de>
8 *
9 *  Distributed under the Boost Software License, Version 1.0.
10 *  (See accompanying file LICENSE_1_0.txt or copy at
11 *  http://www.boost.org/LICENSE_1_0.txt)
12 **************************************************************************/
13
14#include <stxxl/bits/common/timer.h>
15