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:
Greg Tucker 2018-06-19 16:23:56 -07:00
parent da1aee8714
commit bee68480b8
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -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,