123456789101112131415161718 |
- $OpenBSD: patch-x11_panel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
- --- x11/panel.cpp.orig Sat Mar 22 20:50:44 2003
- +++ x11/panel.cpp Fri Dec 7 13:34:24 2007
- @@ -31,9 +31,11 @@ extern "C" {
- #include <X11/Xutil.h>
- #include <X11/keysym.h>
- }
- -#include <iostream.h>
- -#include <strstream.h>
- +#include <iostream>
- +#include <strstream>
-
- +using namespace std;
- +
- #include "utils.h"
- #include "xdata.h"
- #include "panel.h"
|