aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-22 08:45:35 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-22 08:45:35 (GMT)
commit1ec4fb6b6cb6d4b93dddc40c59abf62552445ad2 (patch)
tree9d3c5b39bc22ca0e01327e988c96cd7b273d6bdc /src/Ewmh.cc
parent6d749d6f1a79f609b1a123fad013ae8bc25888ce (diff)
downloadfluxbox-1ec4fb6b6cb6d4b93dddc40c59abf62552445ad2.zip
fluxbox-1ec4fb6b6cb6d4b93dddc40c59abf62552445ad2.tar.bz2
Cosmetic
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index e7ba9a9..b6793e0 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -44,18 +44,8 @@
44#include <iostream> 44#include <iostream>
45#include <algorithm> 45#include <algorithm>
46#include <new> 46#include <new>
47 47#include <cstring>
48#ifdef HAVE_CSTRING 48#include <cstdlib>
49 #include <cstring>
50#else
51 #include <string.h>
52#endif
53
54#ifdef HAVE_CSTDLIB
55 #include <cstdlib>
56#else
57 #include <stdlib.h>
58#endif
59 49
60 50
61using std::cerr; 51using std::cerr;