aboutsummaryrefslogtreecommitdiff
path: root/src/Timer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer.hh')
-rw-r--r--src/Timer.hh20
1 files 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 @@
1// Timer.hh for fluxbox 1// Timer.hh for fluxbox
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) 2// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org)
3// 3//
4// Timer.hh for Blackbox - An X11 Window Manager 4// Timer.hh for Blackbox - An X11 Window Manager
5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) 5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net)
6// 6//
7// Permission is hereby granted, free of charge, to any person obtaining a 7// Permission is hereby granted, free of charge, to any person obtaining a
8// copy of this software and associated documentation files (the "Software"), 8// copy of this software and associated documentation files (the "Software"),
@@ -25,21 +25,7 @@
25#ifndef TIMER_HH 25#ifndef TIMER_HH
26#define TIMER_HH 26#define TIMER_HH
27 27
28#ifdef HAVE_CONFIG_H 28#include <ctime>
29#include "../config.h"
30#endif //HAVE_CONFIG_H
31
32#ifdef TIME_WITH_SYS_TIME
33#include <sys/time.h>
34#include <time.h>
35#else //!TIME_WITH_SYS_TIME
36#ifdef HAVE_SYS_TIME_H
37#include <sys/time.h>
38#else // !HAVE_SYS_TIME_H
39#include <time.h>
40#endif // HAVE_SYS_TIME_H
41#endif // TIME_WITH_SYS_TIME
42
43#include <list> 29#include <list>
44 30
45/** 31/**