Remove wx/wx.h from idf_helpers.h

This commit is contained in:
Marek Roszko 2021-06-06 09:37:29 -04:00
parent c337f747b8
commit 82e306bec3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#ifndef IDF_HELPERS_H
#define IDF_HELPERS_H
#include <wx/wx.h>
#include <wx/string.h>
#include <iostream>
#include <string>
#include <idf_common.h>