all repos — fluxbox @ a3c5fd60001fc498a8b9904e63358751a17553da

custom fork of the fluxbox windowmanager

cosmetic patch from slava again
mathias mathias
commit

a3c5fd60001fc498a8b9904e63358751a17553da

parent

e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5

M ChangeLogChangeLog

@@ -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.ccsrc/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.ccsrc/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.hhsrc/FbTk/Layer.hh

@@ -27,7 +27,6 @@ #define FBTK_LAYERTEMPLATE_HH

#include <vector> #include <algorithm> -#include <iostream> namespace FbTk {
M src/FbTk/MultLayers.ccsrc/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.ccsrc/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.ccsrc/FbWinFrame.cc

@@ -42,8 +42,6 @@

#include <algorithm> #include <X11/X.h> -#include <iostream> - using std::mem_fun; using std::string;
M src/Shape.ccsrc/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.ccsrc/ToolbarTheme.cc

@@ -25,7 +25,6 @@ #include "ToolbarTheme.hh"

#include "FbTk/App.hh" -#include <iostream> #include <string> using std::string;
M src/WorkspaceCmd.ccsrc/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.ccsrc/tests/texturetest.cc

@@ -14,7 +14,6 @@ #include "Font.hh"

#include "App.hh" #include <memory> -#include <iostream> #include <string> using namespace std;