Code

revert partly 16042 include files
authortheadib <theadib@users.sourceforge.net>
Wed, 12 Sep 2007 13:37:43 +0000 (13:37 +0000)
committertheadib <theadib@users.sourceforge.net>
Wed, 12 Sep 2007 13:37:43 +0000 (13:37 +0000)
src/extension/internal/ps.cpp

index 3210f723c20e943e7875ed26efb23ee92889f130..fcda1a8740ba713d35d0d08efd4a0779b5270d67 100644 (file)
 #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 {