Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 05:17:19 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348148 - head/sys/mips/mips
Message-ID:  <201905230517.x4N5HJba047285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230517.x4N5HJba047285>