aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-01-03 18:20:49 (GMT)
committerfluxgen <fluxgen>2006-01-03 18:20:49 (GMT)
commit50d41f6f5b6b6ec272210ee653402b9ac7025019 (patch)
treebc9ed3e1967b8cfacf22da21099322c00fe4585c /src
parent7f4e9112a80b56148719c9fca2b8ca286dedcb93 (diff)
downloadfluxbox-50d41f6f5b6b6ec272210ee653402b9ac7025019.zip
fluxbox-50d41f6f5b6b6ec272210ee653402b9ac7025019.tar.bz2
unused headers
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/EventManager.cc1
-rw-r--r--src/FbTk/Font.cc1
-rw-r--r--src/FbTk/Menu.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/FbTk/EventManager.cc b/src/FbTk/EventManager.cc
index e469724..9c519e3 100644
--- a/src/FbTk/EventManager.cc
+++ b/src/FbTk/EventManager.cc
@@ -24,7 +24,6 @@
24#include "EventManager.hh" 24#include "EventManager.hh"
25#include "FbWindow.hh" 25#include "FbWindow.hh"
26#include "App.hh" 26#include "App.hh"
27#include "I18n.hh"
28 27
29#include <iostream> 28#include <iostream>
30using namespace std; 29using namespace std;
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc
index 5f80898..2ffa56d 100644
--- a/src/FbTk/Font.cc
+++ b/src/FbTk/Font.cc
@@ -26,7 +26,6 @@
26#include "stringstream.hh" 26#include "stringstream.hh"
27#include "Font.hh" 27#include "Font.hh"
28#include "FontImp.hh" 28#include "FontImp.hh"
29#include "I18n.hh"
30#include "App.hh" 29#include "App.hh"
31 30
32#ifdef HAVE_CONFIG_H 31#ifdef HAVE_CONFIG_H
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc
index 3585b5b..9c72773 100644
--- a/src/FbTk/Menu.cc
+++ b/src/FbTk/Menu.cc
@@ -43,7 +43,6 @@
43#include "EventManager.hh" 43#include "EventManager.hh"
44#include "Transparent.hh" 44#include "Transparent.hh"
45#include "SimpleCommand.hh" 45#include "SimpleCommand.hh"
46#include "I18n.hh"
47#include "FbPixmap.hh" 46#include "FbPixmap.hh"
48 47
49#include <X11/Xatom.h> 48#include <X11/Xatom.h>