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 <util/kernel_cpp.h>
|
||||
#include <KernelUtilsOrder.h>
|
||||
#include <Vector.h>
|
||||
#include <util/KernelUtilsOrder.h>
|
||||
#include <util/Vector.h>
|
||||
|
||||
namespace VectorMapEntryStrategy {
|
||||
// Pair
|
||||
|
||||
Reference in New Issue
Block a user