Remove wx includes in x3d.h

This commit is contained in:
Marek Roszko 2021-06-06 09:33:51 -04:00
parent 7fa6e13c48
commit dc28a91e16
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
#include <vector>
#include <wx/tokenzr.h>
#include <wx/wfstream.h>
#include <wx/xml/xml.h>
#include <iostream>
#include "x3d.h"

View File

@ -25,12 +25,12 @@
#define S3D_X3D_H
#include <map>
#include <wx/string.h>
#include <wx/xml/xml.h>
class SCENEGRAPH;
class SGNODE;
class wxXmlNode;
class wxString;
class X3DPARSER
{