summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-src_value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches/patch-src_value.cc')
-rw-r--r--emulators/gpsim/patches/patch-src_value.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/gpsim/patches/patch-src_value.cc b/emulators/gpsim/patches/patch-src_value.cc
deleted file mode 100644
index 4b63972174f..00000000000
--- a/emulators/gpsim/patches/patch-src_value.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_value.cc,v 1.1 2011/12/19 15:52:21 wiz Exp $
-
-Add missing include.
-
---- src/value.cc.orig 2005-09-10 13:45:30.000000000 +0000
-+++ src/value.cc
-@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
- #include <stdio.h>
- #include <iostream>
- #include <iomanip>
-+#include <typeinfo>
-
- #include "processor.h"
-