Remove unused include.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2019 00:16:27 +0000 (00:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2019 00:16:27 +0000 (00:16 +0000)
src/wx/nag_dialog.cc
src/wx/nag_dialog.h

index 2b27df0934a5fb7b701aa9759236608e63c611a4..abe460869b88e477ad2218729c9f9ce92999eb85 100644 (file)
@@ -22,7 +22,6 @@
 #include "wx_util.h"
 #include "static_text.h"
 #include "check_box.h"
 #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;
 #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>
 
 #include "lib/config.h"
 #include <wx/wx.h>
 
-class wxRichTextCtrl;
-
 class NagDialog : public wxDialog
 {
 public:
 class NagDialog : public wxDialog
 {
 public: