X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCiteEnginesList.cpp;h=6a1cef1a1185c97421f6a9750ad33003c74fafef;hb=71d9f6e90d52d8f85c9e8b530027a9fd59c697e8;hp=53ec83e64d29521156f8bcc030ae46f39c640e49;hpb=3f9aa8145206025d9fb63bdab4214dd8bee2775f;p=lyx.git diff --git a/src/CiteEnginesList.cpp b/src/CiteEnginesList.cpp index 53ec83e64d..6a1cef1a11 100644 --- a/src/CiteEnginesList.cpp +++ b/src/CiteEnginesList.cpp @@ -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(); }