aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index c304b7e..03d8fd2 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -37,8 +37,6 @@
37#include "FocusControl.hh" 37#include "FocusControl.hh"
38#include "ScreenPlacement.hh" 38#include "ScreenPlacement.hh"
39 39
40#include "STLUtil.hh"
41
42// themes 40// themes
43#include "FbWinFrameTheme.hh" 41#include "FbWinFrameTheme.hh"
44#include "MenuTheme.hh" 42#include "MenuTheme.hh"
@@ -79,6 +77,7 @@
79#include "FbTk/Select2nd.hh" 77#include "FbTk/Select2nd.hh"
80#include "FbTk/Compose.hh" 78#include "FbTk/Compose.hh"
81#include "FbTk/FbString.hh" 79#include "FbTk/FbString.hh"
80#include "FbTk/STLUtil.hh"
82 81
83//use GNU extensions 82//use GNU extensions
84#ifndef _GNU_SOURCE 83#ifndef _GNU_SOURCE
@@ -588,7 +587,7 @@ BScreen::~BScreen() {
588 imageControl().removeImage(pos_pixmap); 587 imageControl().removeImage(pos_pixmap);
589 588
590 removeWorkspaceNames(); 589 removeWorkspaceNames();
591 using namespace STLUtil; 590 using namespace FbTk::STLUtil;
592 destroyAndClear(m_workspaces_list); 591 destroyAndClear(m_workspaces_list);
593 destroyAndClear(m_managed_resources); 592 destroyAndClear(m_managed_resources);
594 593