From cd2c325c9f98173fe9991f0c799e2aea375949a3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 29 Aug 2020 20:44:16 -0700 Subject: [PATCH] disambiguate lib/label #includes Related to #1785. --- lib/label/index.h | 6 +++--- lib/label/node.h | 2 +- lib/label/split.q.h | 4 ++-- lib/label/xlabels.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/label/index.h b/lib/label/index.h index 472d2e0ae..ba0a3917d 100644 --- a/lib/label/index.h +++ b/lib/label/index.h @@ -47,9 +47,9 @@ extern "C" { #define NODECARD 64 typedef struct RTree RTree_t; -#include -#include -#include +#include