]> Git Repo - J-u-boot.git/blobdiff - lib/gzip.c
common: Drop net.h from common header
[J-u-boot.git] / lib / gzip.c
index 2c49e4e9ffa0c748abc972fa14263c7047259aad..c6c0ec880cfbd3699d626b60c47dee5479c7f6b1 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2012
  * Lei Wen <[email protected]>, Marvell Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <watchdog.h>
 #include <command.h>
+#include <gzip.h>
 #include <image.h>
 #include <malloc.h>
 #include <memalign.h>
This page took 0.026517 seconds and 4 git commands to generate.