removed config.h
This commit is contained in:
parent
146df03e73
commit
6e27b3ec6a
1 changed files with 3 additions and 17 deletions
20
src/Timer.hh
20
src/Timer.hh
|
@ -1,8 +1,8 @@
|
||||||
// Timer.hh for fluxbox
|
// 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
|
// 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
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
// copy of this software and associated documentation files (the "Software"),
|
// copy of this software and associated documentation files (the "Software"),
|
||||||
|
@ -25,21 +25,7 @@
|
||||||
#ifndef TIMER_HH
|
#ifndef TIMER_HH
|
||||||
#define TIMER_HH
|
#define TIMER_HH
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include <ctime>
|
||||||
#include "../config.h"
|
|
||||||
#endif //HAVE_CONFIG_H
|
|
||||||
|
|
||||||
#ifdef TIME_WITH_SYS_TIME
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <time.h>
|
|
||||||
#else //!TIME_WITH_SYS_TIME
|
|
||||||
#ifdef HAVE_SYS_TIME_H
|
|
||||||
#include <sys/time.h>
|
|
||||||
#else // !HAVE_SYS_TIME_H
|
|
||||||
#include <time.h>
|
|
||||||
#endif // HAVE_SYS_TIME_H
|
|
||||||
#endif // TIME_WITH_SYS_TIME
|
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue