From 2b93e381676bcd96e98a1141dccc7340af05f7c0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 12 Oct 2022 19:21:36 +0100 Subject: Updated apultra to version 1.4.8 --- tools/apultra/src/matchfinder.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools/apultra/src/matchfinder.h') diff --git a/tools/apultra/src/matchfinder.h b/tools/apultra/src/matchfinder.h index 7fba5ce..ff99e11 100644 --- a/tools/apultra/src/matchfinder.h +++ b/tools/apultra/src/matchfinder.h @@ -33,14 +33,12 @@ #ifndef _MATCHFINDER_H #define _MATCHFINDER_H +#include "shrink.h" + #ifdef __cplusplus extern "C" { #endif -/* Forward declarations */ -typedef struct _apultra_match apultra_match; -typedef struct _apultra_compressor apultra_compressor; - /** * Parse input data, build suffix array and overlaid data structures to speed up match finding * -- cgit v1.2.3