Skip to content

Commit 838b787

Browse files
committed
More informative name for header file
1 parent b187262 commit 838b787

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/isal/igzip_libmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// - Constants were added that are particular to igzip_lib.
1717

1818

19-
#include "igzip_lib_impl.h"
19+
#include "isal_shared.h"
2020

2121
typedef struct {
2222
PyObject_HEAD
File renamed without changes.

src/isal/isal_zlibmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// isal_zlib.compress(data, wbits=31).
2323

2424

25-
#include "igzip_lib_impl.h"
25+
#include "isal_shared.h"
2626

2727
#include <isa-l/crc.h>
2828

0 commit comments

Comments
 (0)