]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.C
ws changes only
[lyx.git] / src / trans_mgr.C
index 496bdd7394071d1b37038aa380fbadf29f63b810..6fa53197099e6e97e1595eadf917aac04cd5c374 100644 (file)
@@ -1,22 +1,31 @@
+/**
+ * \file trans_mgr.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "trans_mgr.h"
 #include "trans.h"
 #include "lyxtext.h"
-#include "LString.h"
 #include "debug.h"
-#include "chset.h"
 #include "insets/insetlatexaccent.h"
-#include "BufferView.h"
-#include "buffer.h"
 #include "lyxrc.h"
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+using lyx::support::split;
 
 using std::endl;
+using std::string;
 using std::pair;
 
+
 extern string const DoAccent(string const &, tex_accent);
 extern string const DoAccent(char, tex_accent);