From 6e27b3ec6a0f95ba3ff7bff261d247e9e1638ba6 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 27 Nov 2002 14:49:47 +0000 Subject: removed config.h --- src/Timer.hh | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/Timer.hh b/src/Timer.hh index 2c7f2c8..bf79f4f 100644 --- a/src/Timer.hh +++ b/src/Timer.hh @@ -1,8 +1,8 @@ // Timer.hh for fluxbox -// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) // // Timer.hh for Blackbox - An X11 Window Manager -// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) +// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -25,21 +25,7 @@ #ifndef TIMER_HH #define TIMER_HH -#ifdef HAVE_CONFIG_H -#include "../config.h" -#endif //HAVE_CONFIG_H - -#ifdef TIME_WITH_SYS_TIME -#include -#include -#else //!TIME_WITH_SYS_TIME -#ifdef HAVE_SYS_TIME_H -#include -#else // !HAVE_SYS_TIME_H -#include -#endif // HAVE_SYS_TIME_H -#endif // TIME_WITH_SYS_TIME - +#include #include /** -- cgit v0.11.2