diff options
-rw-r--r-- | src/Ewmh.cc | 3 | ||||
-rw-r--r-- | src/FbTk/XFontImp.cc | 4 | ||||
-rw-r--r-- | src/Gnome.cc | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 887f755..c906673 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.cc,v 1.5 2002/11/23 14:54:50 rathnor Exp $ | 22 | // $Id: Ewmh.cc,v 1.6 2002/11/26 19:49:40 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -28,6 +28,7 @@ | |||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | 29 | ||
30 | #include <iostream> | 30 | #include <iostream> |
31 | #include <new> | ||
31 | using namespace std; | 32 | using namespace std; |
32 | 33 | ||
33 | Ewmh::Ewmh() { | 34 | Ewmh::Ewmh() { |
diff --git a/src/FbTk/XFontImp.cc b/src/FbTk/XFontImp.cc index a9091e7..acc089c 100644 --- a/src/FbTk/XFontImp.cc +++ b/src/FbTk/XFontImp.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: XFontImp.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $ | 22 | // $Id: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $ |
23 | 23 | ||
24 | #include "XFontImp.hh" | 24 | #include "XFontImp.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -27,7 +27,9 @@ | |||
27 | #include <X11/Xutil.h> | 27 | #include <X11/Xutil.h> |
28 | 28 | ||
29 | #include <iostream> | 29 | #include <iostream> |
30 | #include <new> | ||
30 | using namespace std; | 31 | using namespace std; |
32 | |||
31 | namespace FbTk { | 33 | namespace FbTk { |
32 | 34 | ||
33 | XFontImp::XFontImp(const char *fontname):m_rotfont(0), m_fontstruct(0), | 35 | XFontImp::XFontImp(const char *fontname):m_rotfont(0), m_fontstruct(0), |
diff --git a/src/Gnome.cc b/src/Gnome.cc index 4d21fb6..5ceedf4 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $ | 22 | // $Id: Gnome.cc,v 1.5 2002/11/26 19:49:40 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Gnome.hh" | 24 | #include "Gnome.hh" |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | #include "Screen.hh" | 27 | #include "Screen.hh" |
28 | 28 | ||
29 | #include <iostream> | 29 | #include <iostream> |
30 | #include <new> | ||
30 | using namespace std; | 31 | using namespace std; |
31 | 32 | ||
32 | Gnome::Gnome() { | 33 | Gnome::Gnome() { |