From 013209046bc5ab9836550a556b2cd031d589ba48 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Thu, 3 Jun 2021 18:59:11 -0400 Subject: [PATCH] KIWAY_HOLDER doesnt need wx/frame.h --- include/kiway_holder.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/kiway_holder.h b/include/kiway_holder.h index 3d1eaad566..73af0a2a22 100644 --- a/include/kiway_holder.h +++ b/include/kiway_holder.h @@ -24,12 +24,9 @@ #ifndef KIWAY_HOLDER_H_ #define KIWAY_HOLDER_H_ -#include - - class KIWAY; class PROJECT; - +class wxWindow; /** * A mix in class which holds the location of a wxWindow's KIWAY.