summaryrefslogtreecommitdiff
path: root/src/search.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
commit9dae91f1993c563cf97a87b84836dc3b6306714a (patch)
treeb0b8ec366fc4d3c64615a1a47222d9f278870d57 /src/search.cpp
parenteeed387a65d9dbdafddffab8e6f8b507262ffaf5 (diff)
remove mem
Diffstat (limited to 'src/search.cpp')
-rw-r--r--src/search.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 2a7d5d6..5138f3b 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,7 +1,6 @@
#include "search.h"
#include "platform.h"
#include "config.h"
-#include "mem.h"
#include <stdio.h>
ts_search_result *current_search_result = nullptr;