[App] Range to VRML: remove unused includes

This commit is contained in:
Uwe
2022-02-24 04:00:19 +01:00
committed by wmayer
parent 9ec0bcdcf2
commit 8dd1140a4b
6 changed files with 16 additions and 33 deletions

View File

@@ -23,15 +23,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#endif
#include <Base/Writer.h>
#include <Base/Exception.h>
#include "Document.h"
#include "TransactionalObject.h"
#include "Document.h"
using namespace App;