diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-14 00:16:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-14 00:16:27 +0000 |
| commit | e21c0de24a7b2a2f9a2cf686e2ef59b155947420 (patch) | |
| tree | 55480007f2d06e3831230727667d98db13ac4353 /src | |
| parent | 2ff2489bdac9e4bd37510f10e126932e519a51d2 (diff) | |
Remove unused include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/nag_dialog.cc | 1 | ||||
| -rw-r--r-- | src/wx/nag_dialog.h | 2 |
2 files changed, 0 insertions, 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 <wx/richtext/richtextctrl.h> #include <boost/foreach.hpp> 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 <wx/wx.h> -class wxRichTextCtrl; - class NagDialog : public wxDialog { public: |
