From af87811bd557b609352c20076de048b3fbc08421 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 13 Mar 2010 03:57:32 -0500 Subject: Vanish away Id and Rev $ keywords, git won't expand them to anything useful. --- bits.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bits.h') diff --git a/bits.h b/bits.h index a2f2df0e..908cca02 100644 --- a/bits.h +++ b/bits.h @@ -1,11 +1,3 @@ -/* $Id$ - * - * This file is Copyright (c)2010 by the GPSD project - * BSD terms apply: see the file COPYING in the distribution root for details. - */ -#ifndef _GPSD_BITS_H_ -#define _GPSD_BITS_H_ - /* * bits.h - extract binary data from message buffer * @@ -26,6 +18,8 @@ * This file is Copyright (c)2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ +#ifndef _GPSD_BITS_H_ +#define _GPSD_BITS_H_ #include -- cgit v1.2.1