Skip to content

Commit ca125e7

Browse files
committed
minor cosmetic
1 parent 8b9c90f commit ca125e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/compress/gzip.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <lib/misc.h>
3131
#include <lib/print.h>
3232
#include <mm/pmm.h>
33-
#include <fs/file.h>
3433
#include <compress/gzip.h>
3534

3635
/* Various tuning macros. Most are fixed by the DEFLATE RFC,

common/compress/gzip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef COMPRESS__GZIP_H__
2727
#define COMPRESS__GZIP_H__
2828

29-
struct file_handle;
29+
#include <fs/file.h>
3030

3131
/* Check if a file handle points to gzip-compressed data (0x1F 0x8B magic). */
3232
bool gzip_check(struct file_handle * fd);

0 commit comments

Comments
 (0)