diff options
author | mathias <mathias> | 2006-11-07 19:12:42 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-11-07 19:12:42 (GMT) |
commit | a3c5fd60001fc498a8b9904e63358751a17553da (patch) | |
tree | 4551610186b028e99eb998a0c2cffcf4f2804025 /src | |
parent | e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (diff) | |
download | fluxbox-a3c5fd60001fc498a8b9904e63358751a17553da.zip fluxbox-a3c5fd60001fc498a8b9904e63358751a17553da.tar.bz2 |
cosmetic patch from slava again
Diffstat (limited to 'src')
-rw-r--r-- | src/ClientPattern.cc | 2 | ||||
-rw-r--r-- | src/FbTk/Image.cc | 1 | ||||
-rw-r--r-- | src/FbTk/Layer.hh | 1 | ||||
-rw-r--r-- | src/FbTk/MultLayers.cc | 2 | ||||
-rw-r--r-- | src/FbTk/TextBox.cc | 2 | ||||
-rw-r--r-- | src/FbWinFrame.cc | 2 | ||||
-rw-r--r-- | src/Shape.cc | 1 | ||||
-rw-r--r-- | src/ToolbarTheme.cc | 1 | ||||
-rw-r--r-- | src/WorkspaceCmd.cc | 1 | ||||
-rw-r--r-- | src/tests/texturetest.cc | 1 |
10 files changed, 0 insertions, 14 deletions
diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc index 8ac0cc5..d2c809c 100644 --- a/src/ClientPattern.cc +++ b/src/ClientPattern.cc | |||
@@ -35,8 +35,6 @@ | |||
35 | #define _GNU_SOURCE | 35 | #define _GNU_SOURCE |
36 | #endif // _GNU_SOURCE | 36 | #endif // _GNU_SOURCE |
37 | 37 | ||
38 | |||
39 | #include <iostream> | ||
40 | #include <fstream> | 38 | #include <fstream> |
41 | #include <string> | 39 | #include <string> |
42 | #include <memory> | 40 | #include <memory> |
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 | ||
43 | using std::string; | 42 | using 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 | ||
32 | namespace FbTk { | 31 | namespace 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 | |||
32 | using namespace FbTk; | 30 | using namespace FbTk; |
33 | 31 | ||
34 | MultLayers::MultLayers(int numlayers) : | 32 | MultLayers::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 | |||
40 | namespace FbTk { | 38 | namespace FbTk { |
41 | 39 | ||
42 | TextBox::TextBox(int screen_num, | 40 | TextBox::TextBox(int screen_num, |
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index b966134..b7f2e6b 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -42,8 +42,6 @@ | |||
42 | #include <algorithm> | 42 | #include <algorithm> |
43 | #include <X11/X.h> | 43 | #include <X11/X.h> |
44 | 44 | ||
45 | #include <iostream> | ||
46 | |||
47 | using std::mem_fun; | 45 | using std::mem_fun; |
48 | using std::string; | 46 | using std::string; |
49 | 47 | ||
diff --git a/src/Shape.cc b/src/Shape.cc index 66691b4..3f053a3 100644 --- a/src/Shape.cc +++ b/src/Shape.cc | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <X11/extensions/shape.h> | 44 | #include <X11/extensions/shape.h> |
45 | #endif // SHAPE | 45 | #endif // SHAPE |
46 | 46 | ||
47 | #include <iostream> | ||
48 | #include <algorithm> | 47 | #include <algorithm> |
49 | 48 | ||
50 | using std::min; | 49 | using std::min; |
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc index 4e1cabc..a9f1c1c 100644 --- a/src/ToolbarTheme.cc +++ b/src/ToolbarTheme.cc | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | #include "FbTk/App.hh" | 26 | #include "FbTk/App.hh" |
27 | 27 | ||
28 | #include <iostream> | ||
29 | #include <string> | 28 | #include <string> |
30 | 29 | ||
31 | using std::string; | 30 | using std::string; |
diff --git a/src/WorkspaceCmd.cc b/src/WorkspaceCmd.cc index 800a672..2ced53f 100644 --- a/src/WorkspaceCmd.cc +++ b/src/WorkspaceCmd.cc | |||
@@ -40,7 +40,6 @@ | |||
40 | #endif | 40 | #endif |
41 | #include <algorithm> | 41 | #include <algorithm> |
42 | #include <functional> | 42 | #include <functional> |
43 | #include <iostream> | ||
44 | 43 | ||
45 | void NextWindowCmd::execute() { | 44 | void NextWindowCmd::execute() { |
46 | BScreen *screen = Fluxbox::instance()->keyScreen(); | 45 | BScreen *screen = Fluxbox::instance()->keyScreen(); |
diff --git a/src/tests/texturetest.cc b/src/tests/texturetest.cc index 5afcb07..390fbb8 100644 --- a/src/tests/texturetest.cc +++ b/src/tests/texturetest.cc | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "App.hh" | 14 | #include "App.hh" |
15 | 15 | ||
16 | #include <memory> | 16 | #include <memory> |
17 | #include <iostream> | ||
18 | #include <string> | 17 | #include <string> |
19 | 18 | ||
20 | using namespace std; | 19 | using namespace std; |