ipcs.c: do not #include sys/inttypes.h header which is not necessary

thorpej-cfargs
cheusov 2021-03-18 19:34:05 +00:00
parent 93a814dc9d
commit 61b08b6410
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ipcs.c,v 1.43 2014/06/11 14:57:55 joerg Exp $ */
/* $NetBSD: ipcs.c,v 1.44 2021/03/18 19:34:05 cheusov Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -57,7 +57,6 @@
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/inttypes.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>