Removed unnecessary boost::filesystem dependency.

This commit is contained in:
2017-05-09 15:11:35 +02:00
parent 27c6b69874
commit ebcf263abd
3 changed files with 1 additions and 5 deletions

View File

@@ -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>