cosmetic patch from slava again
This commit is contained in:
parent
e5e76e7761
commit
a3c5fd6000
11 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#define _GNU_SOURCE
|
||||
#endif // _GNU_SOURCE
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#endif // HAVE_IMLIB2
|
||||
|
||||
#include <list>
|
||||
#include <iostream>
|
||||
#include <set>
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#include "XLayerItem.hh"
|
||||
#include "App.hh"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace FbTk;
|
||||
|
||||
MultLayers::MultLayers(int numlayers) :
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#include <X11/keysym.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
TextBox::TextBox(int screen_num,
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include <algorithm>
|
||||
#include <X11/X.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using std::mem_fun;
|
||||
using std::string;
|
||||
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#include <X11/extensions/shape.h>
|
||||
#endif // SHAPE
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
using std::min;
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "FbTk/App.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#endif
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
|
||||
void NextWindowCmd::execute() {
|
||||
BScreen *screen = Fluxbox::instance()->keyScreen();
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include "App.hh"
|
||||
|
||||
#include <memory>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in a new issue