Remove wx/cmdline.h include

This commit is contained in:
Marek Roszko 2021-06-08 21:33:09 -04:00
parent ffa87e69c6
commit 2ede720e1d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#define KIWAY_PLAYER_H_ #define KIWAY_PLAYER_H_
#include <wx/frame.h> #include <wx/frame.h>
#include <wx/cmdline.h>
#include <vector> #include <vector>
#include <kiway_holder.h> #include <kiway_holder.h>
@ -45,6 +44,7 @@ class WX_EVENT_LOOP;
class wxSocketServer; class wxSocketServer;
class wxSocketBase; class wxSocketBase;
class wxSocketEvent; class wxSocketEvent;
class wxCmdLineParser;
/** /**