diff options
-rw-r--r-- | src/Screen.hh | 3 | ||||
-rw-r--r-- | src/Window.hh | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 1a4ba9f..0f023b9 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -41,6 +41,8 @@ | |||
41 | #include "FbTk/Observer.hh" | 41 | #include "FbTk/Observer.hh" |
42 | #include "FbTk/Signal.hh" | 42 | #include "FbTk/Signal.hh" |
43 | 43 | ||
44 | #include "FocusControl.hh" | ||
45 | |||
44 | #include <X11/Xresource.h> | 46 | #include <X11/Xresource.h> |
45 | 47 | ||
46 | #ifdef HAVE_CSTDIO | 48 | #ifdef HAVE_CSTDIO |
@@ -64,7 +66,6 @@ class Strut; | |||
64 | class Slit; | 66 | class Slit; |
65 | class Toolbar; | 67 | class Toolbar; |
66 | class HeadArea; | 68 | class HeadArea; |
67 | class FocusControl; | ||
68 | class ScreenPlacement; | 69 | class ScreenPlacement; |
69 | class TooltipWindow; | 70 | class TooltipWindow; |
70 | class OSDWindow; | 71 | class OSDWindow; |
diff --git a/src/Window.hh b/src/Window.hh index 9c2037a..607ff69 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "FbWinFrame.hh" | 36 | #include "FbWinFrame.hh" |
37 | #include "Focusable.hh" | 37 | #include "Focusable.hh" |
38 | #include "FocusableTheme.hh" | 38 | #include "FocusableTheme.hh" |
39 | #include "FocusControl.hh" | ||
39 | #include "WinButton.hh" | 40 | #include "WinButton.hh" |
40 | 41 | ||
41 | 42 | ||
@@ -48,7 +49,6 @@ | |||
48 | class WinClient; | 49 | class WinClient; |
49 | class FbWinFrameTheme; | 50 | class FbWinFrameTheme; |
50 | class BScreen; | 51 | class BScreen; |
51 | class FocusControl; | ||
52 | class FbMenu; | 52 | class FbMenu; |
53 | 53 | ||
54 | namespace FbTk { | 54 | namespace FbTk { |