mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
11 lines
250 B
C
11 lines
250 B
C
// Copyright (C) 2005 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_TIMEr_
|
|
#define DLIB_TIMEr_
|
|
|
|
#include "timer/timer.h"
|
|
#include "timer/timer_heavy.h"
|
|
|
|
#endif // DLIB_TIMEr_
|
|
|