X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQCitation.C;h=85183bccf3ac57eef4b16f846050e70804bec6c6;hb=4c6e0fe4226ce3b55d13726977f1e579f17c2ad1;hp=adb787bc5f2124f3ba7103a47319a1bfd623ab61;hpb=92d522b7f1be6046adcac062c558bbf0bf021612;p=lyx.git diff --git a/src/frontends/qt2/QCitation.C b/src/frontends/qt2/QCitation.C index adb787bc5f..85183bccf3 100644 --- a/src/frontends/qt2/QCitation.C +++ b/src/frontends/qt2/QCitation.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include @@ -23,25 +23,19 @@ #include #include -#include "QtLyXView.h" #include "Qt2BC.h" #include "ControlCitation.h" -#include "debug.h" #include "qt_helpers.h" #include "support/lstrings.h" -#include "helper_funcs.h" using namespace lyx::support; using std::find; -using std::max; -using std::min; -using std::pair; -using std::sort; + using std::vector; -typedef QController > base_class; +typedef QController > base_class; QCitation::QCitation(Dialog & parent) : base_class(parent, _("LyX: Citation Reference"))