cosmetic patch from slava again

This commit is contained in:
mathias 2006-11-07 19:12:42 +00:00
parent e5e76e7761
commit a3c5fd6000
11 changed files with 6 additions and 14 deletions

View file

@ -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

View file

@ -35,8 +35,6 @@
#define _GNU_SOURCE
#endif // _GNU_SOURCE
#include <iostream>
#include <fstream>
#include <string>
#include <memory>

View file

@ -37,7 +37,6 @@
#endif // HAVE_IMLIB2
#include <list>
#include <iostream>
#include <set>
using std::string;

View file

@ -27,7 +27,6 @@
#include <vector>
#include <algorithm>
#include <iostream>
namespace FbTk {

View file

@ -27,8 +27,6 @@
#include "XLayerItem.hh"
#include "App.hh"
#include <iostream>
using namespace FbTk;
MultLayers::MultLayers(int numlayers) :

View file

@ -35,8 +35,6 @@
#include <X11/keysym.h>
#include <X11/Xutil.h>
#include <iostream>
namespace FbTk {
TextBox::TextBox(int screen_num,

View file

@ -42,8 +42,6 @@
#include <algorithm>
#include <X11/X.h>
#include <iostream>
using std::mem_fun;
using std::string;

View file

@ -44,7 +44,6 @@
#include <X11/extensions/shape.h>
#endif // SHAPE
#include <iostream>
#include <algorithm>
using std::min;

View file

@ -25,7 +25,6 @@
#include "FbTk/App.hh"
#include <iostream>
#include <string>
using std::string;

View file

@ -40,7 +40,6 @@
#endif
#include <algorithm>
#include <functional>
#include <iostream>
void NextWindowCmd::execute() {
BScreen *screen = Fluxbox::instance()->keyScreen();

View file

@ -14,7 +14,6 @@
#include "App.hh"
#include <memory>
#include <iostream>
#include <string>
using namespace std;