summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-ad
blob: 7d125aa3a7d1b0f810baf020d0cb8e5a08d9fe98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.2 2011/11/25 21:57:36 joerg Exp $

--- font3d/truetype.cc.orig	2000-07-16 02:37:31.000000000 +0000
+++ font3d/truetype.cc
@@ -29,10 +29,9 @@
 //==============================================================================================
 
 #include <stdlib.h>
-#include <malloc.h>
 #include <stdio.h>
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
 #include <ctype.h>
 
 #include "truetype.h"