blob: a0e6f39cef74bc6dd90c2fdd37955663e53a6d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.2 2011/12/06 19:46:09 joerg Exp $
--- trans.h.orig 2000-01-29 03:34:32.000000000 +0000
+++ trans.h
@@ -42,8 +42,8 @@
#include <Xm/PushB.h>
#include <Xm/DrawnB.h>
#include <Xm/ArrowB.h>
-#include <strstream.h>
-#include <fstream.h>
+#include <sstream>
+#include <fstream>
#include "regdef.h"
|