From e21c0de24a7b2a2f9a2cf686e2ef59b155947420 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 Apr 2019 00:16:27 +0000 Subject: [PATCH] Remove unused include. --- src/wx/nag_dialog.cc | 1 - src/wx/nag_dialog.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc index 2b27df093..abe460869 100644 --- a/src/wx/nag_dialog.cc +++ b/src/wx/nag_dialog.cc @@ -22,7 +22,6 @@ #include "wx_util.h" #include "static_text.h" #include "check_box.h" -#include #include using boost::shared_ptr; diff --git a/src/wx/nag_dialog.h b/src/wx/nag_dialog.h index 83d681fef..acf20f129 100644 --- a/src/wx/nag_dialog.h +++ b/src/wx/nag_dialog.h @@ -21,8 +21,6 @@ #include "lib/config.h" #include -class wxRichTextCtrl; - class NagDialog : public wxDialog { public: -- 2.30.2