From f1b147cc9771a87f4845cd132542f640ed5a80a2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 14 Oct 2020 13:53:40 +0200 Subject: [PATCH] include "GuiView.h": DialogView.h -> DialogView.cpp --- src/frontends/qt/DialogView.cpp | 1 + src/frontends/qt/DialogView.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/DialogView.cpp b/src/frontends/qt/DialogView.cpp index 1c973b47ce..9613d4bb6f 100644 --- a/src/frontends/qt/DialogView.cpp +++ b/src/frontends/qt/DialogView.cpp @@ -12,6 +12,7 @@ #include #include "DialogView.h" +#include "GuiView.h" namespace lyx { diff --git a/src/frontends/qt/DialogView.h b/src/frontends/qt/DialogView.h index bb90ab84fd..22bbe06ebf 100644 --- a/src/frontends/qt/DialogView.h +++ b/src/frontends/qt/DialogView.h @@ -13,7 +13,6 @@ #define DIALOGVIEW_H #include "Dialog.h" -#include "GuiView.h" #include #include -- 2.39.5