]> git.lyx.org Git - lyx.git/blobdiff - src/CiteEnginesList.cpp
Avoid row breaking at inconvenient places.
[lyx.git] / src / CiteEnginesList.cpp
index 53ec83e64d29521156f8bcc030ae46f39c640e49..6a1cef1a1185c97421f6a9750ad33003c74fafef 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.
@@ -14,7 +14,6 @@
 
 #include "CiteEnginesList.h"
 
-#include "Citation.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.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();
 }