diff options
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index 53b1375..45adb71 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -34,10 +34,7 @@ | |||
34 | 34 | ||
35 | #include "FbWindow.hh" | 35 | #include "FbWindow.hh" |
36 | #include "EventHandler.hh" | 36 | #include "EventHandler.hh" |
37 | #include "RefCount.hh" | ||
38 | #include "Command.hh" | ||
39 | #include "Observer.hh" | 37 | #include "Observer.hh" |
40 | #include "FbPixmap.hh" | ||
41 | #include "MenuTheme.hh" | 38 | #include "MenuTheme.hh" |
42 | #include "Timer.hh" | 39 | #include "Timer.hh" |
43 | #include "FbString.hh" | 40 | #include "FbString.hh" |
@@ -45,8 +42,10 @@ | |||
45 | 42 | ||
46 | namespace FbTk { | 43 | namespace FbTk { |
47 | 44 | ||
45 | class Command; | ||
48 | class MenuItem; | 46 | class MenuItem; |
49 | class ImageControl; | 47 | class ImageControl; |
48 | class RefCount<class T>; | ||
50 | 49 | ||
51 | /// Base class for menus | 50 | /// Base class for menus |
52 | class Menu: public FbTk::EventHandler, FbTk::FbWindowRenderer, | 51 | class Menu: public FbTk::EventHandler, FbTk::FbWindowRenderer, |