From c5d1f0239de2c292c7f1ac6dcd1cc90fbb56c876 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 20 Mar 2002 11:50:36 +0000 Subject: removed include BaseDisplay.hh and fixed include unistd.h --- src/Timer.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Timer.cc b/src/Timer.cc index ba695e1..47f70de 100644 --- a/src/Timer.cc +++ b/src/Timer.cc @@ -19,8 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// stupid macros needed to access some functions in version 2 of the GNU C -// library +//use GNU extensions #ifndef _GNU_SOURCE # define _GNU_SOURCE #endif // _GNU_SOURCE @@ -29,15 +28,16 @@ # include "../config.h" #endif // HAVE_CONFIG_H -#include "BaseDisplay.hh" #include "Timer.hh" +#include +#include //static var BTimer::TimerList BTimer::m_timerlist; BTimer::BTimer(TimeoutHandler *h): m_handler(h), -m_timing(false) , +m_timing(false), m_once(false) { } -- cgit v0.11.2