diff options
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index cc51218..b04cdc8 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Keys.hh,v 1.29 2003/10/05 07:19:36 rathnor Exp $ | 22 | // $Id: Keys.hh,v 1.30 2003/12/16 23:32:29 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef KEYS_HH | 24 | #ifndef KEYS_HH |
25 | #define KEYS_HH | 25 | #define KEYS_HH |
@@ -28,11 +28,9 @@ | |||
28 | #include <vector> | 28 | #include <vector> |
29 | #include <X11/Xlib.h> | 29 | #include <X11/Xlib.h> |
30 | 30 | ||
31 | #include "NotCopyable.hh" | 31 | #include "FbTk/NotCopyable.hh" |
32 | #include "RefCount.hh" | 32 | #include "FbTk/RefCount.hh" |
33 | namespace FbTk { | 33 | #include "FbTk/Command.hh" |
34 | class Command; | ||
35 | }; | ||
36 | 34 | ||
37 | class Keys:private FbTk::NotCopyable { | 35 | class Keys:private FbTk::NotCopyable { |
38 | public: | 36 | public: |