KIWAY_HOLDER doesnt need wx/frame.h

This commit is contained in:
Marek Roszko 2021-06-03 18:59:11 -04:00
parent c346da0ed2
commit 013209046b
1 changed files with 1 additions and 4 deletions

View File

@ -24,12 +24,9 @@
#ifndef KIWAY_HOLDER_H_
#define KIWAY_HOLDER_H_
#include <wx/frame.h>
class KIWAY;
class PROJECT;
class wxWindow;
/**
* A mix in class which holds the location of a wxWindow's KIWAY.