Removed unnecessary include.

This commit is contained in:
Patrick Lühne 2016-06-01 17:06:23 +02:00
parent b249e1cbf8
commit 79773ba634

View File

@ -1,8 +1,6 @@
#ifndef __PLASP__PDDL__PREDICATE_H
#define __PLASP__PDDL__PREDICATE_H
#include <vector>
#include <boost/functional/hash.hpp>
#include <plasp/pddl/Variable.h>