aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
diff options
context:
space:
mode:
authormathias <mathias>2006-11-07 19:12:42 (GMT)
committermathias <mathias>2006-11-07 19:12:42 (GMT)
commita3c5fd60001fc498a8b9904e63358751a17553da (patch)
tree4551610186b028e99eb998a0c2cffcf4f2804025 /src/FbTk
parente5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (diff)
downloadfluxbox-a3c5fd60001fc498a8b9904e63358751a17553da.zip
fluxbox-a3c5fd60001fc498a8b9904e63358751a17553da.tar.bz2
cosmetic patch from slava again
Diffstat (limited to 'src/FbTk')
-rw-r--r--src/FbTk/Image.cc1
-rw-r--r--src/FbTk/Layer.hh1
-rw-r--r--src/FbTk/MultLayers.cc2
-rw-r--r--src/FbTk/TextBox.cc2
4 files changed, 0 insertions, 6 deletions
diff --git a/src/FbTk/Image.cc b/src/FbTk/Image.cc
index 277808a..b08dbf2 100644
--- a/src/FbTk/Image.cc
+++ b/src/FbTk/Image.cc
@@ -37,7 +37,6 @@
37#endif // HAVE_IMLIB2 37#endif // HAVE_IMLIB2
38 38
39#include <list> 39#include <list>
40#include <iostream>
41#include <set> 40#include <set>
42 41
43using std::string; 42using std::string;
diff --git a/src/FbTk/Layer.hh b/src/FbTk/Layer.hh
index aeef1b1..bbb3037 100644
--- a/src/FbTk/Layer.hh
+++ b/src/FbTk/Layer.hh
@@ -27,7 +27,6 @@
27 27
28#include <vector> 28#include <vector>
29#include <algorithm> 29#include <algorithm>
30#include <iostream>
31 30
32namespace FbTk { 31namespace FbTk {
33 32
diff --git a/src/FbTk/MultLayers.cc b/src/FbTk/MultLayers.cc
index baa1446..2980e41 100644
--- a/src/FbTk/MultLayers.cc
+++ b/src/FbTk/MultLayers.cc
@@ -27,8 +27,6 @@
27#include "XLayerItem.hh" 27#include "XLayerItem.hh"
28#include "App.hh" 28#include "App.hh"
29 29
30#include <iostream>
31
32using namespace FbTk; 30using namespace FbTk;
33 31
34MultLayers::MultLayers(int numlayers) : 32MultLayers::MultLayers(int numlayers) :
diff --git a/src/FbTk/TextBox.cc b/src/FbTk/TextBox.cc
index 7c91621..19c44dc 100644
--- a/src/FbTk/TextBox.cc
+++ b/src/FbTk/TextBox.cc
@@ -35,8 +35,6 @@
35#include <X11/keysym.h> 35#include <X11/keysym.h>
36#include <X11/Xutil.h> 36#include <X11/Xutil.h>
37 37
38#include <iostream>
39
40namespace FbTk { 38namespace FbTk {
41 39
42TextBox::TextBox(int screen_num, 40TextBox::TextBox(int screen_num,