]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.C
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
[lyx.git] / src / encoding.C
index fea073554195d4f413af251a6aa6a03295c95587..d4c37d8e438400e5d3354a3cff69315a7b496abb 100644 (file)
@@ -1,28 +1,30 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file encoding.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Dekel Tsur
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "encoding.h"
-#include "lyxlex.h"
+
 #include "debug.h"
+#include "lyxlex.h"
+#include "lyxrc.h"
 
 #ifndef CXX_GLOBAL_CSTD
 using std::strtol;
 #endif
 
 using std::endl;
+using std::string;
+
 
 Encodings encodings;