diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 566b17a..51f21d3 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -26,16 +26,13 @@ | |||
26 | #ifndef FBCOMMANDS_HH | 26 | #ifndef FBCOMMANDS_HH |
27 | #define FBCOMMANDS_HH | 27 | #define FBCOMMANDS_HH |
28 | 28 | ||
29 | #include "Command.hh" | 29 | #include "FbTk/Command.hh" |
30 | |||
31 | #include "FbTk/RefCount.hh" | 30 | #include "FbTk/RefCount.hh" |
31 | |||
32 | #include "ClientMenu.hh" | 32 | #include "ClientMenu.hh" |
33 | #include "ClientPattern.hh" | 33 | #include "ClientPattern.hh" |
34 | #include "FocusableList.hh" | 34 | #include "FocusableList.hh" |
35 | 35 | ||
36 | #include <list> | ||
37 | #include <string> | ||
38 | |||
39 | namespace FbCommands { | 36 | namespace FbCommands { |
40 | 37 | ||
41 | /// executes a system command | 38 | /// executes a system command |