diff options
Diffstat (limited to 'src/ButtonTool.cc')
-rw-r--r-- | src/ButtonTool.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ButtonTool.cc b/src/ButtonTool.cc index d865681..96797b1 100644 --- a/src/ButtonTool.cc +++ b/src/ButtonTool.cc | |||
@@ -22,10 +22,9 @@ | |||
22 | // $Id$ | 22 | // $Id$ |
23 | 23 | ||
24 | #include "ButtonTool.hh" | 24 | #include "ButtonTool.hh" |
25 | 25 | #include "ButtonTheme.hh" | |
26 | #include "FbTk/Button.hh" | 26 | #include "FbTk/Button.hh" |
27 | #include "FbTk/ImageControl.hh" | 27 | #include "FbTk/ImageControl.hh" |
28 | #include "ButtonTheme.hh" | ||
29 | 28 | ||
30 | ButtonTool::ButtonTool(FbTk::Button *button, | 29 | ButtonTool::ButtonTool(FbTk::Button *button, |
31 | ToolbarItem::Type type, | 30 | ToolbarItem::Type type, |