Don't include unnecessary header files
This commit is contained in:
parent
bd98221642
commit
67d56c57ab
|
@ -22,6 +22,7 @@
|
|||
#include <string>
|
||||
#include <wx/aboutdlg.h>
|
||||
#include "xmlcopyeditor.h"
|
||||
#include "xmlcopyeditorcopy.h"
|
||||
#include "readfile.h"
|
||||
#include "xmldoc.h"
|
||||
#include "xmlctrl.h"
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
#include "myhtmlpane.h"
|
||||
#include "xmlencodinghandler.h"
|
||||
#include "myipc.h"
|
||||
#include "xmlcopyeditorcopy.h"
|
||||
#include <wx/aui/framemanager.h>
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in New Issue