mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
unnecessary includes removed
This commit is contained in:
parent
ac06fd9400
commit
76406bb78b
@ -27,7 +27,6 @@
|
||||
#include "sais.h"
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef UCHAR_SIZE
|
||||
#define UCHAR_SIZE 256
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include "utils.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int lcp_kasai(const unsigned char *T, int *SA, int *LCP, int *FTR, int *INV, int sa_size, int n)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user