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:
Augustin Cavalier 2024-04-23 22:34:22 -04:00
parent fd8513028f
commit d3192e1006
1 changed files with 2 additions and 2 deletions

View File

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