]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / output_plaintext.cpp
index d12c82b85cc3f70c8e52b3d3b0edc1c1750559fc..ca67db49284b9d697a5f71e4fb3c206fd3b0e991 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "Buffer.h"
 #include "BufferParams.h"
-#include "debug.h"
-#include "gettext.h"
 #include "Layout.h"
 #include "output.h"
 #include "OutputParams.h"
 #include "ParagraphList.h"
 #include "ParagraphParameters.h"
 
+#include "support/debug.h"
+#include "support/gettext.h"
 #include "support/lstrings.h"
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::ascii_lowercase;
-using support::compare_ascii_no_case;
-using support::contains;
-using support::FileName;
-
-using std::endl;
-using std::ostream;
-using std::pair;
-using std::string;
-
 
 void writePlaintextFile(Buffer const & buf, FileName const & fname,
        OutputParams const & runparams)
@@ -132,7 +124,7 @@ void writePlaintextParagraph(Buffer const & buf,
 
        //--
        // we should probably change to the paragraph language in the
-       // gettext here (if possible) so that strings are output in
+       // support/gettext.here (if possible) so that strings are output in
        // the correct language! (20012712 Jug)
        //--
        switch (ltype) {