X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiCompareHistory.cpp;h=fbc17b741af762e65f1a39788e10eb8bfb12f78e;hb=29a8097c3c14aad871c7e396a59542fe47e39ea1;hp=b4228a5f53cc97597f6064faca4ff3b0bdea9130;hpb=c293be56bd12c5dc46e5cedd2828e33918fccef7;p=lyx.git diff --git a/src/frontends/qt/GuiCompareHistory.cpp b/src/frontends/qt/GuiCompareHistory.cpp index b4228a5f53..fbc17b741a 100644 --- a/src/frontends/qt/GuiCompareHistory.cpp +++ b/src/frontends/qt/GuiCompareHistory.cpp @@ -9,8 +9,6 @@ */ #include -#include -#include #include "GuiCompareHistory.h" @@ -21,11 +19,14 @@ #include "LyXVC.h" #include "support/convert.h" +#include "support/debug.h" #include "support/lstrings.h" #include #include +#include + using namespace std; using namespace lyx::support; @@ -153,9 +154,6 @@ void GuiCompareHistory::slotButtonBox(QAbstractButton * button) } -Dialog * createGuiCompareHistory(GuiView & lv) { return new GuiCompareHistory(lv); } - - } // namespace frontend } // namespace lyx