Moved include to the right location.
This commit is contained in:
parent
b8223b42bd
commit
f597b3ab80
@ -1,6 +1,8 @@
|
|||||||
#ifndef __PLASP__PDDL__TYPE_H
|
#ifndef __PLASP__PDDL__TYPE_H
|
||||||
#define __PLASP__PDDL__TYPE_H
|
#define __PLASP__PDDL__TYPE_H
|
||||||
|
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
#include <boost/variant.hpp>
|
#include <boost/variant.hpp>
|
||||||
|
|
||||||
#include <plasp/pddl/TypePrimitive.h>
|
#include <plasp/pddl/TypePrimitive.h>
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
#ifndef __PLASP__PDDL__TYPE_PRIMITIVE_H
|
#ifndef __PLASP__PDDL__TYPE_PRIMITIVE_H
|
||||||
#define __PLASP__PDDL__TYPE_PRIMITIVE_H
|
#define __PLASP__PDDL__TYPE_PRIMITIVE_H
|
||||||
|
|
||||||
#include <functional>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <plasp/utils/Parser.h>
|
#include <plasp/utils/Parser.h>
|
||||||
|
Reference in New Issue
Block a user