Removed unnecessary boost::filesystem dependency.
This commit is contained in:
		@@ -3,7 +3,7 @@ project(plasp CXX)
 | 
			
		||||
 | 
			
		||||
option(PLASP_BUILD_TESTS "Build unit tests" OFF)
 | 
			
		||||
 | 
			
		||||
find_package(Boost 1.55.0 COMPONENTS program_options iostreams system filesystem REQUIRED)
 | 
			
		||||
find_package(Boost 1.55.0 COMPONENTS program_options iostreams system REQUIRED)
 | 
			
		||||
 | 
			
		||||
set(CMAKE_CXX_FLAGS "-Wall -Wextra -Wpedantic -Werror")
 | 
			
		||||
set(CMAKE_CXX_FLAGS_DEBUG "-g")
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
#ifndef __PLASP__PDDL__DESCRIPTION_H
 | 
			
		||||
#define __PLASP__PDDL__DESCRIPTION_H
 | 
			
		||||
 | 
			
		||||
#include <boost/filesystem/path.hpp>
 | 
			
		||||
 | 
			
		||||
#include <plasp/pddl/Domain.h>
 | 
			
		||||
#include <plasp/pddl/Problem.h>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,6 @@
 | 
			
		||||
#include <fstream>
 | 
			
		||||
#include <sstream>
 | 
			
		||||
 | 
			
		||||
#include <boost/filesystem.hpp>
 | 
			
		||||
 | 
			
		||||
#include <plasp/pddl/ConsistencyException.h>
 | 
			
		||||
#include <plasp/pddl/IO.h>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user