kernel/util: Adjust includes of VectorMap.
This way it can be included even if "util" isn't in the header search path.
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
#include <KernelUtilsOrder.h>
|
#include <util/KernelUtilsOrder.h>
|
||||||
#include <Vector.h>
|
#include <util/Vector.h>
|
||||||
|
|
||||||
namespace VectorMapEntryStrategy {
|
namespace VectorMapEntryStrategy {
|
||||||
// Pair
|
// Pair
|
||||||
|
|||||||
Reference in New Issue
Block a user