]> git.lyx.org Git - features.git/blobdiff - src/trans.h
Replace LString.h with support/std_string.h,
[features.git] / src / trans.h
index 3d719c255b868e05c4e8ff3566b95cc2b3fa0778..a7edae7ce86798cb3feed6431a25441e4b8068f2 100644 (file)
@@ -1,23 +1,23 @@
 // -*- C++ -*-
 /**
  * \file trans.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author unknown
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef TRANS_H
 #define TRANS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "tex-accent.h"
-#include "LString.h"
+#include "support/std_string.h"
 #include "trans_decl.h"
 
 class LyXLex;