aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index ad18468..9446165 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -19,12 +19,13 @@
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.19 2002/11/27 21:46:14 fluxgen Exp $ 22// $Id: IconBar.cc,v 1.20 2002/11/30 20:10:42 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25#include "i18n.hh" 25#include "i18n.hh"
26#include "Screen.hh" 26#include "Screen.hh"
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28#include "ImageControl.hh"
28 29
29#include <algorithm> 30#include <algorithm>
30 31