mirror of
https://github.com/intel/isa-l.git
synced 2025-11-09 15:53:54 +01:00
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:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user