mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
ec: Remove references in lib source to types.h
Change-Id: I3e8db92626c92d21c2426bbad89a10fa10c3e002 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
da1aee8714
commit
bee68480b8
@ -31,7 +31,6 @@
|
||||
#include <string.h> // for memset
|
||||
#include "erasure_code.h"
|
||||
#include "ec_base.h" // for GF tables
|
||||
#include "types.h"
|
||||
|
||||
void ec_init_tables(int k, int rows, unsigned char *a, unsigned char *g_tbls)
|
||||
{
|
||||
|
@ -28,7 +28,6 @@
|
||||
**********************************************************************/
|
||||
#include <limits.h>
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
|
||||
#if __x86_64__ || __i386__ || _M_X64 || _M_IX86
|
||||
void ec_encode_data_sse(int len, int k, int rows, unsigned char *g_tbls, unsigned char **data,
|
||||
|
Loading…
Reference in New Issue
Block a user