cosmetic patch from slava again
mathias mathias
11 files changed,
6 insertions(+),
14 deletions(-)
M
ChangeLog
→
ChangeLog
@@ -1,5 +1,11 @@
(Format: Year/Month/Day) Changes for 1.0rc3: +*06/11/07: + * Cosmetic patch from Slava Semushin + tests/texturetest.cc WorkspaceCmd.cc ToolbarTheme.cc FbTk/Layer.hh + FbTk/MultLayers.cc FbTk/Image.cc FbTk/TextBox.cc Shape.cc ClientPattern.cc + FbWinFrame.cc + *06/10/30: * Cosmetic patch from Slava Semushin CommandDialog.cc Ewmh.cc FbCommands.cc FbAtoms.cc Xutil.cc Gnome.cc
M
src/ClientPattern.cc
→
src/ClientPattern.cc
@@ -35,8 +35,6 @@ #ifndef _GNU_SOURCE
#define _GNU_SOURCE #endif // _GNU_SOURCE - -#include <iostream> #include <fstream> #include <string> #include <memory>
M
src/FbTk/Image.cc
→
src/FbTk/Image.cc
@@ -37,7 +37,6 @@ #include "ImageImlib2.hh"
#endif // HAVE_IMLIB2 #include <list> -#include <iostream> #include <set> using std::string;
M
src/FbTk/Layer.hh
→
src/FbTk/Layer.hh
@@ -27,7 +27,6 @@ #define FBTK_LAYERTEMPLATE_HH
#include <vector> #include <algorithm> -#include <iostream> namespace FbTk {
M
src/FbTk/MultLayers.cc
→
src/FbTk/MultLayers.cc
@@ -27,8 +27,6 @@ #include "XLayer.hh"
#include "XLayerItem.hh" #include "App.hh" -#include <iostream> - using namespace FbTk; MultLayers::MultLayers(int numlayers) :
M
src/FbTk/TextBox.cc
→
src/FbTk/TextBox.cc
@@ -35,8 +35,6 @@ #endif
#include <X11/keysym.h> #include <X11/Xutil.h> -#include <iostream> - namespace FbTk { TextBox::TextBox(int screen_num,
M
src/FbWinFrame.cc
→
src/FbWinFrame.cc
@@ -42,8 +42,6 @@
#include <algorithm> #include <X11/X.h> -#include <iostream> - using std::mem_fun; using std::string;
M
src/Shape.cc
→
src/Shape.cc
@@ -44,7 +44,6 @@ #ifdef SHAPE
#include <X11/extensions/shape.h> #endif // SHAPE -#include <iostream> #include <algorithm> using std::min;
M
src/ToolbarTheme.cc
→
src/ToolbarTheme.cc
@@ -25,7 +25,6 @@ #include "ToolbarTheme.hh"
#include "FbTk/App.hh" -#include <iostream> #include <string> using std::string;
M
src/WorkspaceCmd.cc
→
src/WorkspaceCmd.cc
@@ -40,7 +40,6 @@ #include <math.h>
#endif #include <algorithm> #include <functional> -#include <iostream> void NextWindowCmd::execute() { BScreen *screen = Fluxbox::instance()->keyScreen();
M
src/tests/texturetest.cc
→
src/tests/texturetest.cc
@@ -14,7 +14,6 @@ #include "Font.hh"
#include "App.hh" #include <memory> -#include <iostream> #include <string> using namespace std;