summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::FileIO::fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::FileIO::fileio.h')
-rw-r--r--graphics/gsculpt/files/patch-src::FileIO::fileio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gsculpt/files/patch-src::FileIO::fileio.h b/graphics/gsculpt/files/patch-src::FileIO::fileio.h
deleted file mode 100644
index 3c0ad9085..000000000
--- a/graphics/gsculpt/files/patch-src::FileIO::fileio.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/FileIO/fileio.h.orig Mon Jul 21 16:28:28 2003
-+++ ./src/FileIO/fileio.h Mon Jul 21 16:28:40 2003
-@@ -8,7 +8,7 @@
- #include <stdio.h>
-
- #include <string>
--
-+using std::string;
-
- string readString(FILE *f);
- void writeString(FILE *f, const string& s);