From a6d6f0118be066b9bb86e681aa67eca715f4fc69 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 26 Aug 2002 05:27:25 +0000 Subject: sync with blackbox get rid of the default limit on window sizes --- src/Timer.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Timer.hh') diff --git a/src/Timer.hh b/src/Timer.hh index a4b04010..f13ad4dc 100644 --- a/src/Timer.hh +++ b/src/Timer.hh @@ -119,8 +119,8 @@ struct TimerLessThan { } }; -#include -typedef _timer_queue, TimerLessThan> TimerQueue; +#include +typedef _timer_queue, TimerLessThan> TimerQueue; class TimerQueueManager { public: -- cgit v1.2.3