aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ClientPattern.cc2
-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
-rw-r--r--src/FbWinFrame.cc2
-rw-r--r--src/Shape.cc1
-rw-r--r--src/ToolbarTheme.cc1
-rw-r--r--src/WorkspaceCmd.cc1
-rw-r--r--src/tests/texturetest.cc1
11 files changed, 6 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index eadeaa5..9d58fba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*06/11/07:
4 * Cosmetic patch from Slava Semushin
5 tests/texturetest.cc WorkspaceCmd.cc ToolbarTheme.cc FbTk/Layer.hh
6 FbTk/MultLayers.cc FbTk/Image.cc FbTk/TextBox.cc Shape.cc ClientPattern.cc
7 FbWinFrame.cc
8
3*06/10/30: 9*06/10/30:
4 * Cosmetic patch from Slava Semushin 10 * Cosmetic patch from Slava Semushin
5 CommandDialog.cc Ewmh.cc FbCommands.cc FbAtoms.cc Xutil.cc Gnome.cc 11 CommandDialog.cc Ewmh.cc FbCommands.cc FbAtoms.cc Xutil.cc Gnome.cc
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
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,
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
47using std::mem_fun; 45using std::mem_fun;
48using std::string; 46using 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
50using std::min; 49using 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
31using std::string; 30using 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
45void NextWindowCmd::execute() { 44void 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
20using namespace std; 19using namespace std;