diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IconBar.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index 39ef4a6..cf3139e 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,12 +19,14 @@ | |||
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: IconBar.cc,v 1.26 2003/03/03 21:51:01 rathnor Exp $ | 22 | // $Id: IconBar.cc,v 1.27 2003/04/09 13:00:21 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | |||
25 | #include "i18n.hh" | 26 | #include "i18n.hh" |
26 | #include "Screen.hh" | 27 | #include "Screen.hh" |
27 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | #include "Window.hh" | ||
28 | #include "ImageControl.hh" | 30 | #include "ImageControl.hh" |
29 | #include "Text.hh" | 31 | #include "Text.hh" |
30 | 32 | ||