aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-24 13:25:25 (GMT)
committerfluxgen <fluxgen>2002-05-24 13:25:25 (GMT)
commit0c4d60adc2b9a5885f7dcee4b402e3646d3bbc83 (patch)
tree142512f38d86385a49257d53dcba351fa221dc5e
parent372ffd8bd3f165a8d3a8d210f4a32c81b2d8628c (diff)
downloadfluxbox-0c4d60adc2b9a5885f7dcee4b402e3646d3bbc83.zip
fluxbox-0c4d60adc2b9a5885f7dcee4b402e3646d3bbc83.tar.bz2
removed sstream include
-rw-r--r--src/fluxbox.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 8d988e2..34752a3 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.58 2002/05/17 11:16:26 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.59 2002/05/24 13:25:25 fluxgen Exp $
26 26
27//Use GNU extensions 27//Use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -118,7 +118,6 @@
118 118
119#include <iostream> 119#include <iostream>
120#include <string> 120#include <string>
121#include <sstream>
122#include <memory> 121#include <memory>
123 122
124using namespace std; 123using namespace std;
@@ -2421,7 +2420,6 @@ void Fluxbox::timeout(void) {
2421 2420
2422 2421
2423void Fluxbox::setFocusedWindow(FluxboxWindow *win) { 2422void Fluxbox::setFocusedWindow(FluxboxWindow *win) {
2424
2425 BScreen *old_screen = 0, *screen = 0; 2423 BScreen *old_screen = 0, *screen = 0;
2426 FluxboxWindow *old_win = 0; 2424 FluxboxWindow *old_win = 0;
2427 Toolbar *old_tbar = 0, *tbar = 0; 2425 Toolbar *old_tbar = 0, *tbar = 0;