aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
commit4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch)
tree88c04dae96cda14478872c7aa34861c2f977ecb2 /src/FbAtoms.hh
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r--src/FbAtoms.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh
index b657fe7..2d1e708 100644
--- a/src/FbAtoms.hh
+++ b/src/FbAtoms.hh
@@ -24,7 +24,6 @@
24#define FBATOMS_HH 24#define FBATOMS_HH
25 25
26#include <X11/Xlib.h> 26#include <X11/Xlib.h>
27#include <X11/Xatom.h>
28 27
29/// atom handler for basic X atoms 28/// atom handler for basic X atoms
30class FbAtoms { 29class FbAtoms {