[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 4d0a5c045c
commit beb0152996
6 changed files with 16 additions and 33 deletions

View File

@@ -21,13 +21,14 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <boost/regex.hpp>
#include <cassert>
#include <sstream>
#include <string>
#endif
#include <Base/Exception.h>
#include <boost/regex.hpp>
#include <assert.h>
#include <sstream>
#include <string.h>
#include "Range.h"