summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2007-09-12 13:37:43 +0000
committertheadib <theadib@users.sourceforge.net>2007-09-12 13:37:43 +0000
commit374d3e3e554deb31a1773004a2c41160f81157b6 (patch)
tree8ece2e76776cad1e7f881c144065ba7ac50d2848 /src
parentNEW: XSLT Input/output extension support fix for: close not defined (diff)
downloadinkscape-374d3e3e554deb31a1773004a2c41160f81157b6.tar.gz
inkscape-374d3e3e554deb31a1773004a2c41160f81157b6.zip
revert partly 16042 include files
(bzr r3736)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/ps.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/extension/internal/ps.cpp b/src/extension/internal/ps.cpp
index 3210f723c..fcda1a874 100644
--- a/src/extension/internal/ps.cpp
+++ b/src/extension/internal/ps.cpp
@@ -74,13 +74,15 @@
#include <cstdio>
#include <cstdlib>
#include <cmath>
+
+/*
using std::atof;
using std::ceil;
using std::fclose;
using std::ferror;
using std::fflush;
using std::fgetc;
-using std::fprintf;
+using std::fprintf; --> this line will result 'std::libintl_fprintf' has not been declared
using std::fputc;
using std::fseek;
using std::ifstream;
@@ -90,6 +92,8 @@ using std::strchr;
using std::strcmp;
using std::strerror;
using std::tmpfile;
+*/
+using namespace std;
namespace Inkscape {
namespace Extension {