From aaf0ea8ebedb4c74c11f6aa42ef2a2389ed03e42 Mon Sep 17 00:00:00 2001 From: theadib Date: Wed, 12 Sep 2007 13:37:43 +0000 Subject: [PATCH] revert partly 16042 include files --- src/extension/internal/ps.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #include #include + +/* 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 { -- 2.30.2