KIWAY_HOLDER doesnt need wx/frame.h
This commit is contained in:
parent
c346da0ed2
commit
013209046b
|
@ -24,12 +24,9 @@
|
||||||
#ifndef KIWAY_HOLDER_H_
|
#ifndef KIWAY_HOLDER_H_
|
||||||
#define KIWAY_HOLDER_H_
|
#define KIWAY_HOLDER_H_
|
||||||
|
|
||||||
#include <wx/frame.h>
|
|
||||||
|
|
||||||
|
|
||||||
class KIWAY;
|
class KIWAY;
|
||||||
class PROJECT;
|
class PROJECT;
|
||||||
|
class wxWindow;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A mix in class which holds the location of a wxWindow's KIWAY.
|
* A mix in class which holds the location of a wxWindow's KIWAY.
|
||||||
|
|
Loading…
Reference in New Issue