From 57703d51c612ffcdd58fe1a9983cd4682965b974 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 14 Oct 2020 13:57:30 +0200 Subject: [PATCH] DialogView.h -> DialogView.cpp --- src/frontends/qt/DialogView.cpp | 2 ++ src/frontends/qt/DialogView.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt/DialogView.cpp b/src/frontends/qt/DialogView.cpp index 9613d4bb6f..a5e411dedb 100644 --- a/src/frontends/qt/DialogView.cpp +++ b/src/frontends/qt/DialogView.cpp @@ -14,6 +14,8 @@ #include "DialogView.h" #include "GuiView.h" +#include + namespace lyx { namespace frontend { diff --git a/src/frontends/qt/DialogView.h b/src/frontends/qt/DialogView.h index 22bbe06ebf..ee29471695 100644 --- a/src/frontends/qt/DialogView.h +++ b/src/frontends/qt/DialogView.h @@ -14,7 +14,6 @@ #include "Dialog.h" -#include #include namespace lyx {