Remove unused include.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Aug 2018 16:03:55 +0000 (17:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Aug 2018 10:18:18 +0000 (11:18 +0100)
src/wx/nag_dialog.cc
src/wx/nag_dialog.h

index b7efb43db45953fa35a85d1af24f827dc9e74458..210cadad5aa78caf68f729a149a6cfdbe292f2c6 100644 (file)
@@ -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;
index 83d681fefcac8d2471d3995fd7e628cdceeb23df..acf20f129884173d4ee3988dd848a66752f5c790 100644 (file)
@@ -21,8 +21,6 @@
 #include "lib/config.h"
 #include <wx/wx.h>
 
-class wxRichTextCtrl;
-
 class NagDialog : public wxDialog
 {
 public: