]> git.lyx.org Git - features.git/blobdiff - src/Thesaurus.h
Replace LString.h with support/std_string.h,
[features.git] / src / Thesaurus.h
index 12bb6a7820531c201e505e98dbbbf25f769058ae..f92f2e2510d9c1a2c54661490681caf1ab8ac75f 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file Thesaurus.h
- * Copyright 2001 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 John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef THESAURUS_H
@@ -13,9 +15,9 @@
 #include <vector>
 #include <map>
 
-#include "LString.h"
+#include "support/std_string.h"
 #ifdef HAVE_LIBAIKSAURUS
-#include "Aiksaurus.h"
+#include AIKSAURUS_H_LOCATION
 #endif
 
 /**