Remove duplicate #include <sys/types.h>

This commit is contained in:
skrll 2006-02-17 08:41:31 +00:00
parent 221fe583b6
commit 2165097856
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap.h,v 1.10 2006/01/30 22:46:36 dsl Exp $ */
/* $NetBSD: byte_swap.h,v 1.11 2006/02/17 08:41:31 skrll Exp $ */
/*
* Copyright (c) 1987, 1991 Regents of the University of California.
@ -33,12 +33,11 @@
#ifndef _VAX_BYTE_SWAP_H_
#define _VAX_BYTE_SWAP_H_
#ifdef __GNUC__
#include <sys/types.h>
__BEGIN_DECLS
#include <sys/types.h>
#define __BYTE_SWAP_U32_VARIABLE __byte_swap_u32_variable
static __inline uint32_t __attribute__((__unused__))
__byte_swap_u32_variable(uint32_t x)