aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:09 (GMT)
committerMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:40 (GMT)
commite105de7d46c4936790754857d8c789f3c7fccd87 (patch)
treecaaf0481ae7d743507f67d7d4e3977f31b153f65 /src/Keys.cc
parentbc272ba4aed707522cb458d659940567ac6fc386 (diff)
parent7541054b299bbd61310ab0456cf4f25b7a672de3 (diff)
downloadfluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.zip
fluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.tar.bz2
merge Sami Kerola's new build-system
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index ad5dca0..6222ac2 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -40,11 +40,6 @@
40#include "FbTk/AutoReloadHelper.hh" 40#include "FbTk/AutoReloadHelper.hh"
41#include "FbTk/STLUtil.hh" 41#include "FbTk/STLUtil.hh"
42 42
43#ifdef HAVE_CONFIG_H
44#include "config.h"
45#endif // HAVE_CONFIG_H
46
47
48#ifdef HAVE_CCTYPE 43#ifdef HAVE_CCTYPE
49 #include <cctype> 44 #include <cctype>
50#else 45#else