diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 08:30:31 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 08:30:31 (GMT) |
commit | a61b37da70e0cd1556617c56890455ef89ee1fb0 (patch) | |
tree | 9f001e42d75ca60e4f66aeca997617097e8102a6 /src/SlitClient.hh | |
parent | 9cb78eaa3b7a588fea60830752689ecf8db5b16e (diff) | |
download | fluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.zip fluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.tar.bz2 |
minor correction of include names
Diffstat (limited to 'src/SlitClient.hh')
-rw-r--r-- | src/SlitClient.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SlitClient.hh b/src/SlitClient.hh index 0362d3d..f1ecab3 100644 --- a/src/SlitClient.hh +++ b/src/SlitClient.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | #ifndef SLITCLIENT_HH | 22 | #ifndef SLITCLIENT_HH |
23 | #define SLITCLIENT_HH | 23 | #define SLITCLIENT_HH |
24 | 24 | ||
25 | #include "NotCopyable.hh" | 25 | #include "FbTk/NotCopyable.hh" |
26 | 26 | ||
27 | #include <X11/Xlib.h> | 27 | #include <X11/Xlib.h> |
28 | #include <string> | 28 | #include <string> |