From 2165097856f0d19e9d073cbb26516fbda23c76e2 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 17 Feb 2006 08:41:31 +0000 Subject: [PATCH] Remove duplicate #include --- sys/arch/vax/include/byte_swap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/vax/include/byte_swap.h b/sys/arch/vax/include/byte_swap.h index 2cc5f74e0eb2..1b756a118b93 100644 --- a/sys/arch/vax/include/byte_swap.h +++ b/sys/arch/vax/include/byte_swap.h @@ -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 __BEGIN_DECLS -#include - #define __BYTE_SWAP_U32_VARIABLE __byte_swap_u32_variable static __inline uint32_t __attribute__((__unused__)) __byte_swap_u32_variable(uint32_t x)