aboutsummaryrefslogtreecommitdiff
path: root/src/Routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/Routes')
-rw-r--r--src/Routes/Search.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Routes/Search.c b/src/Routes/Search.c
index 6fa3157..16ff1c0 100644
--- a/src/Routes/Search.c
+++ b/src/Routes/Search.c
@@ -7,6 +7,7 @@
#include "../Scraping/Scraping.h"
#include "../Utility/Display.h"
#include "../Utility/Unescape.h"
+#include "Config.h"
#include <ctype.h>
#include <pthread.h>
#include <stdio.h>
@@ -14,9 +15,6 @@
#include <string.h>
#include <time.h>
-#define INFOBOX_FIELD_COUNT 4
-#define MAX_RESULTS_PER_ENGINE 10
-
typedef struct {
const char *query;
InfoBox result;