summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h')
-rw-r--r--net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h b/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
deleted file mode 100644
index 21e18d881ebc..000000000000
--- a/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/XmlRpcCpp.h.orig Thu Nov 14 09:17:52 2002
-+++ src/XmlRpcCpp.h Thu Nov 14 09:18:17 2002
-@@ -45,8 +45,8 @@
- // work with our version of g++). So this header name is technically wrong.
- // Tell me what your compiler does; I can provide some autoconf magic to the
- // Right Thing on most platforms.
-+using namespace std;
- #include <string>
--// using namespace std;
-
- #include <xmlrpc.h>
- #include <xmlrpc_client.h>