diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbAtoms.cc | 5 | ||||
-rw-r--r-- | src/FbTk/App.cc | 5 | ||||
-rw-r--r-- | src/FocusControl.cc | 2 | ||||
-rw-r--r-- | src/Keys.cc | 5 | ||||
-rw-r--r-- | src/Slit.cc | 5 |
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 | ||
34 | using namespace std; | 29 | using 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 | ||
35 | namespace FbTk { | 30 | namespace 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 | |||
36 | using std::cerr; | 36 | using std::cerr; |
37 | using std::endl; | 37 | using std::endl; |
38 | using std::string; | 38 | using 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 | ||
97 | using namespace std; | 92 | using 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> |