summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-08 17:03:55 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-14 11:18:18 +0100
commit350b8076eb7ef0a40c5a803a7b58a732c694252d (patch)
tree64b8c9f7b2b88259db355baa5938a4dbca96b439 /src/wx
parent9b0f4a0f9de9d6569042c2524feb99163852f2cf (diff)
Remove unused include.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/nag_dialog.cc1
-rw-r--r--src/wx/nag_dialog.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc
index b7efb43db..210cadad5 100644
--- a/src/wx/nag_dialog.cc
+++ b/src/wx/nag_dialog.cc
@@ -20,7 +20,6 @@
#include "nag_dialog.h"
#include "wx_util.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: