fix -Wextra & -Wdeprecated in Path

This commit is contained in:
wmayer
2016-09-22 18:53:24 +02:00
parent dd7c91ddcf
commit dbfcc77e6a
9 changed files with 13 additions and 11 deletions

View File

@@ -26,7 +26,6 @@
#ifndef _PreComp_
#endif
#include <strstream>
#include <boost/regex.hpp>
#include <Base/Writer.h>
@@ -43,7 +42,7 @@
#include "Path.h"
using namespace Path;
using namespace Base;
using namespace Base;
TYPESYSTEM_SOURCE(Path::Toolpath , Base::Persistence);
@@ -329,4 +328,4 @@ void Toolpath::RestoreDocFile(Base::Reader &reader)