unnecessary includes removed

This commit is contained in:
Kairat Abylkasymov 2022-02-24 06:21:25 -05:00
parent ac06fd9400
commit 76406bb78b
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include "sais.h"
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef UCHAR_SIZE
#define UCHAR_SIZE 256

View File

@ -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)
{