build: Remove unneeded file types.h

The file types.h has long been misnamed and overlaps with
functionality in the test helper routines.

Change-Id: I774047d3a0074198b67a6b4e909f1e2ce1938195
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker
2021-06-09 16:25:30 -07:00
parent cfdd3497d1
commit 112dd72c01
27 changed files with 53 additions and 104 deletions

View File

@@ -72,7 +72,7 @@ lsrc_x86_64 += \
src_include += -I $(srcdir)/crc
extern_hdrs += include/crc.h include/crc64.h
other_src += include/reg_sizes.asm include/types.h include/test.h \
other_src += include/reg_sizes.asm include/test.h \
crc/crc_ref.h crc/crc64_ref.h
check_tests += crc/crc16_t10dif_test \

View File

@@ -32,8 +32,8 @@
#include <stdint.h>
#include <stdlib.h>
#include "crc.h"
#include "types.h"
#include "crc_ref.h"
#include "test.h"
#ifndef TEST_SEED
# define TEST_SEED 0x1234

View File

@@ -32,8 +32,8 @@
#include <string.h>
#include <stdint.h>
#include "crc.h"
#include "types.h"
#include "crc_ref.h"
#include "test.h"
#ifndef TEST_SEED
# define TEST_SEED 0x1234

View File

@@ -32,8 +32,8 @@
#include <string.h>
#include <stdint.h>
#include "crc64.h"
#include "types.h"
#include "crc64_ref.h"
#include "test.h"
#ifndef TEST_SEED
# define TEST_SEED 0x1234