mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 00:21:36 +00:00
Remove wx includes in x3d.h
This commit is contained in:
parent
7fa6e13c48
commit
dc28a91e16
@ -34,6 +34,7 @@
|
||||
#include <vector>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/xml/xml.h>
|
||||
#include <iostream>
|
||||
|
||||
#include "x3d.h"
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user