diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/Window.hh b/src/Window.hh index 607ff69..bb27060 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -25,6 +25,12 @@ | |||
25 | #ifndef WINDOW_HH | 25 | #ifndef WINDOW_HH |
26 | #define WINDOW_HH | 26 | #define WINDOW_HH |
27 | 27 | ||
28 | #include "FbWinFrame.hh" | ||
29 | #include "Focusable.hh" | ||
30 | #include "FocusableTheme.hh" | ||
31 | #include "FocusControl.hh" | ||
32 | #include "WinButton.hh" | ||
33 | |||
28 | #include "FbTk/DefaultValue.hh" | 34 | #include "FbTk/DefaultValue.hh" |
29 | #include "FbTk/Timer.hh" | 35 | #include "FbTk/Timer.hh" |
30 | #include "FbTk/Subject.hh" | 36 | #include "FbTk/Subject.hh" |
@@ -33,13 +39,6 @@ | |||
33 | #include "FbTk/LayerItem.hh" | 39 | #include "FbTk/LayerItem.hh" |
34 | #include "FbTk/Signal.hh" | 40 | #include "FbTk/Signal.hh" |
35 | 41 | ||
36 | #include "FbWinFrame.hh" | ||
37 | #include "Focusable.hh" | ||
38 | #include "FocusableTheme.hh" | ||
39 | #include "FocusControl.hh" | ||
40 | #include "WinButton.hh" | ||
41 | |||
42 | |||
43 | #include <sys/time.h> | 42 | #include <sys/time.h> |
44 | #include <vector> | 43 | #include <vector> |
45 | #include <string> | 44 | #include <string> |