]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / tex-accent.C
index 6d6dae76fdbc25780a56d6f838fc118d3e9c11bb..59b0d1778ccef3af5c95ce05e76ec44438764bf7 100644 (file)
@@ -1,20 +1,21 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file tex-accent.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 Matthias Ettrich
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
-#include <cstdlib>
 #include "tex-accent.h"
-#include "lfuns.h"
 #include "support/tostr.h"
 
+using std::string;
+
 /* the names used by TeX and XWindows for deadkeys/accents are not the same
    so here follows a table to clearify the differences. Please correct this
    if I got it wrong