aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbTime.hh
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-02-12 22:05:45 (GMT)
committerSami Kerola <kerolasa@iki.fi>2013-05-26 09:38:10 (GMT)
commit73b79587708d49adfec3edb464fd0970fc9f9022 (patch)
tree17a8fd36635ccf8e56d5f4fa821678665348dab6 /src/FbTk/FbTime.hh
parentf5bfd27f524d33e9aebf502dc6c0e8ff316fed7c (diff)
downloadfluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.zip
fluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.tar.bz2
build-sys: include config.h to all files using automake
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
Diffstat (limited to 'src/FbTk/FbTime.hh')
-rw-r--r--src/FbTk/FbTime.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbTk/FbTime.hh b/src/FbTk/FbTime.hh
index 3d80b12..42ee912 100644
--- a/src/FbTk/FbTime.hh
+++ b/src/FbTk/FbTime.hh
@@ -22,12 +22,6 @@
22#ifndef FBTK_FBTIME_HH 22#ifndef FBTK_FBTIME_HH
23#define FBTK_FBTIME_HH 23#define FBTK_FBTIME_HH
24 24
25
26#ifdef HAVE_CONFIG_H
27#include "config.h"
28#endif // HAVE_CONFIG_H
29
30
31#ifdef HAVE_INTTYPES_H 25#ifdef HAVE_INTTYPES_H
32#include <inttypes.h> 26#include <inttypes.h>
33#endif // HAVE_INTTYPES_H 27#endif // HAVE_INTTYPES_H