aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
commit04cd2fd14c6f45f61457e034906f630ce46a76cc (patch)
tree67e2f2f7977c3e8525c2ae7eb30f593f7f440b82 /src/WorkspaceCmd.hh
parent4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff)
downloadfluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip
fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2
removed some unneeded headers
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r--src/WorkspaceCmd.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WorkspaceCmd.hh b/src/WorkspaceCmd.hh
index 4169a49..9ad4d4f 100644
--- a/src/WorkspaceCmd.hh
+++ b/src/WorkspaceCmd.hh
@@ -24,15 +24,12 @@
24 24
25#ifndef WORKSPACECMD_HH 25#ifndef WORKSPACECMD_HH
26#define WORKSPACECMD_HH 26#define WORKSPACECMD_HH
27#include "Command.hh" 27#include "FbTk/Command.hh"
28#include "FbTk/RefCount.hh"
28 29
29#include "ClientPattern.hh" 30#include "ClientPattern.hh"
30#include "FocusControl.hh" 31#include "FocusControl.hh"
31 32
32#include "FbTk/RefCount.hh"
33
34#include <string>
35
36class WindowListCmd: public FbTk::Command { 33class WindowListCmd: public FbTk::Command {
37public: 34public:
38 WindowListCmd(FbTk::RefCount<FbTk::Command> cmd, int opts, 35 WindowListCmd(FbTk::RefCount<FbTk::Command> cmd, int opts,