aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathias <mathias>2006-04-25 06:46:06 (GMT)
committermathias <mathias>2006-04-25 06:46:06 (GMT)
commita15d9af3c7f58d671240b23607bb9488a9165eb1 (patch)
tree6789cd07d3d7f1c1355d1497a0c37b6b879e5d63 /src
parente2bc57bc0fef16faba89f996e354445c31aebedd (diff)
downloadfluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip
fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src')
-rw-r--r--src/FbAtoms.cc5
-rw-r--r--src/FbTk/App.cc5
-rw-r--r--src/FocusControl.cc2
-rw-r--r--src/Keys.cc5
-rw-r--r--src/Slit.cc5
5 files changed, 1 insertions, 21 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc
index 6a67cdf..5314538 100644
--- a/src/FbAtoms.cc
+++ b/src/FbAtoms.cc
@@ -25,11 +25,6 @@
25#include "App.hh" 25#include "App.hh"
26 26
27#include <string> 27#include <string>
28#ifdef HAVE_CASSERT
29 #include <cassert>
30#else
31 #include <assert.h>
32#endif
33 28
34using namespace std; 29using namespace std;
35 30
diff --git a/src/FbTk/App.cc b/src/FbTk/App.cc
index 1ef5aed..11bea9b 100644
--- a/src/FbTk/App.cc
+++ b/src/FbTk/App.cc
@@ -25,11 +25,6 @@
25 25
26#include "EventManager.hh" 26#include "EventManager.hh"
27 27
28#ifdef HAVE_CASSERT
29 #include <cassert>
30#else
31 #include <assert.h>
32#endif
33#include <string> 28#include <string>
34 29
35namespace FbTk { 30namespace FbTk {
diff --git a/src/FocusControl.cc b/src/FocusControl.cc
index f7ed962..e92eced 100644
--- a/src/FocusControl.cc
+++ b/src/FocusControl.cc
@@ -31,8 +31,8 @@
31#include "FbWinFrameTheme.hh" 31#include "FbWinFrameTheme.hh"
32 32
33#include <string> 33#include <string>
34#include <cassert>
35#include <iostream> 34#include <iostream>
35
36using std::cerr; 36using std::cerr;
37using std::endl; 37using std::endl;
38using std::string; 38using std::string;
diff --git a/src/Keys.cc b/src/Keys.cc
index 78ad912..c6276c5 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -87,11 +87,6 @@
87#include <fstream> 87#include <fstream>
88#include <vector> 88#include <vector>
89#include <map> 89#include <map>
90#ifdef HAVE_CASSERT
91 #include <cassert>
92#else
93 #include <assert.h>
94#endif
95#include <memory> 90#include <memory>
96 91
97using namespace std; 92using namespace std;
diff --git a/src/Slit.cc b/src/Slit.cc
index db2deae..15b171f 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -67,11 +67,6 @@
67 67
68#include <algorithm> 68#include <algorithm>
69#include <iostream> 69#include <iostream>
70#ifdef HAVE_CASSERT
71 #include <cassert>
72#else
73 #include <assert.h>
74#endif
75 70
76#ifdef HAVE_SYS_STAT_H 71#ifdef HAVE_SYS_STAT_H
77#include <sys/types.h> 72#include <sys/types.h>