]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.h
Move #includes out of header files.
[lyx.git] / src / encoding.h
index 15684639e71fdbed7c914f26c8b6bfb372f3499e..51d105ca258bf1b93448f0ace406f31f36d11e70 100644 (file)
@@ -1,13 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file encoding.h
+ * 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
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef ENCODING_H
 #define ENCODING_H
@@ -15,6 +16,8 @@
 #include "LString.h"
 #include "lyxrc.h"
 
+#include <map>
+
 ///
 typedef unsigned short int Uchar;