aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
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;