aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/dsa/KD_Tree.h
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-04-22 21:37:53 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-04-22 21:37:53 +0800
commit5d4e65d6209a078fce2ef094ff2cb812b040513e (patch)
treedb0b58b3192e69457b35671f88073e399a67f657 /meowpp/dsa/KD_Tree.h
parentac6d2fcb7b1a77455895fa65b42502c9b29823fd (diff)
downloadmeow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.gz
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.zst
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.zip
update readme
Diffstat (limited to 'meowpp/dsa/KD_Tree.h')
-rw-r--r--meowpp/dsa/KD_Tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/meowpp/dsa/KD_Tree.h b/meowpp/dsa/KD_Tree.h
index 035d6eb..216d9c9 100644
--- a/meowpp/dsa/KD_Tree.h
+++ b/meowpp/dsa/KD_Tree.h
@@ -1,11 +1,10 @@
#ifndef KD_Tree_H__
#define KD_Tree_H__
-#include <list>
#include <vector>
#include <cstdlib>
#include <queue>
-#include <utility.h>
+#include "../utility.h"
namespace meow{
//#