diff options
Diffstat (limited to 'print/cjk-lyx/files/patch-src::lyxcodeconv.C')
-rw-r--r-- | print/cjk-lyx/files/patch-src::lyxcodeconv.C | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/cjk-lyx/files/patch-src::lyxcodeconv.C b/print/cjk-lyx/files/patch-src::lyxcodeconv.C deleted file mode 100644 index 4d3c93950d87..000000000000 --- a/print/cjk-lyx/files/patch-src::lyxcodeconv.C +++ /dev/null @@ -1,13 +0,0 @@ ---- src/lyxcodeconv.C.orig Thu Jul 11 19:55:02 2002 -+++ src/lyxcodeconv.C Thu Jul 11 19:55:36 2002 -@@ -11,6 +11,10 @@ - #include "LString.h" - #include "lyxcodeconv.h" - -+#include <iostream> -+ -+using namespace std; -+ - LyXCodeConv codeconverter; //global - - size_t LyXCodeConv::lyxmbstowcs(wchar_t *wcs, const char *cs, size_t n) |