]> git.lyx.org Git - lyx.git/blobdiff - src/CiteEnginesList.cpp
Amend 207eaeee9071cb
[lyx.git] / src / CiteEnginesList.cpp
index 53ec83e64d29521156f8bcc030ae46f39c640e49..b12fa75edf280ce4dbdc96122a1e3569aa70672d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Richard Heck
+ * \author Richard Kimberly Heck
  * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
 
 #include "CiteEnginesList.h"
 
-#include "Citation.h"
 #include "LaTeXFeatures.h"
-#include "Lexer.h"
 
 #include "support/debug.h"
 #include "support/FileName.h"
 #include "support/gettext.h"
 #include "support/filetools.h"
+#include "support/Lexer.h"
 #include "support/lstrings.h"
 #include "support/Translator.h"
 
@@ -110,7 +109,7 @@ bool LyXCiteEngine::isDefaultBiblio(string const & bf) const
 }
 
 
-bool LyXCiteEngine::required(const string p) const
+bool LyXCiteEngine::required(string const & p) const
 {
        return find(package_list_.begin(), package_list_.end(), p) != package_list_.end();
 }