diff options
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r-- | src/WorkspaceCmd.hh | 7 |
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 | |||
36 | class WindowListCmd: public FbTk::Command { | 33 | class WindowListCmd: public FbTk::Command { |
37 | public: | 34 | public: |
38 | WindowListCmd(FbTk::RefCount<FbTk::Command> cmd, int opts, | 35 | WindowListCmd(FbTk::RefCount<FbTk::Command> cmd, int opts, |