aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/DrawUtil.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DrawUtil.cc b/src/DrawUtil.cc
index 0445295..4f8a02d 100644
--- a/src/DrawUtil.cc
+++ b/src/DrawUtil.cc
@@ -18,7 +18,7 @@
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
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// $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ 21// $Id: DrawUtil.cc,v 1.3 2002/01/07 23:42:25 fluxgen Exp $
22 22
23#ifdef HAVE_CONFIG_H 23#ifdef HAVE_CONFIG_H
24# include "config.h" 24# include "config.h"
@@ -28,9 +28,9 @@
28#include "StringUtil.hh" 28#include "StringUtil.hh"
29#include "i18n.hh" 29#include "i18n.hh"
30 30
31#include <stdlib.h> 31#include <cstdlib>
32#include <assert.h> 32#include <cassert>
33#include <stdio.h> 33#include <cstdio>
34#include <iostream> 34#include <iostream>
35#include <X11/Xutil.h> 35#include <X11/Xutil.h>
36 36