Author: delphij
Date: Thu May 23 05:17:18 2019
New Revision: 348148
URL: https://svnweb.freebsd.org/changeset/base/348148

Log:
  Delete unneeded #include <sys/inflate.h> from sys/mips.
  
  PR:           229763
  Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
  Reviewed by:  imp
  Differential Revision:        https://reviews.freebsd.org/D20190

Modified:
  head/sys/mips/mips/elf_trampoline.c

Modified: head/sys/mips/mips/elf_trampoline.c
==============================================================================
--- head/sys/mips/mips/elf_trampoline.c Thu May 23 03:47:25 2019        
(r348147)
+++ head/sys/mips/mips/elf_trampoline.c Thu May 23 05:17:18 2019        
(r348148)
@@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
  */
 #include "opt_global.h"
 
-#include <sys/inflate.h>
 #include <machine/elf.h>
 #include <machine/cpufunc.h>
 #include <machine/stdarg.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to