Update PbrtExporter.h

pull/3580/head
Kim Kulling 2021-01-20 21:11:14 +01:00 committed by GitHub
parent 11a17ebfe6
commit 4e0c4d7bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -48,7 +48,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSIMP_BUILD_NO_PBRT_EXPORTER
#include <assimp/types.h>
//#include <assimp/material.h>
#include <assimp/StreamWriter.h>
#include <assimp/Exceptional.h>
@ -62,8 +61,7 @@ struct aiNode;
struct aiMaterial;
struct aiMesh;
namespace Assimp
{
namespace Assimp {
class IOSystem;
class IOStream;