diff --git a/control.cpp b/control.cpp index 8efcbf3..b3dd68a 100644 --- a/control.cpp +++ b/control.cpp @@ -536,7 +536,6 @@ void Control::setUpdateStatus(Control::UpdateStatus updateStatus) emit updateStatusChanged(m_updateStatus); } -#include GitException::GitException(int code) : m_code(code) { const git_error *e = giterr_last(); diff --git a/control.h b/control.h index 5d4f0fc..38a7b74 100644 --- a/control.h +++ b/control.h @@ -22,7 +22,6 @@ #include #include #include -#include class QThreadPool; class GitException : public QException