From fff81f966f4976b3efb737c68f2daba5b78fe7cc Mon Sep 17 00:00:00 2001 From: gibbs Date: Fri, 27 Sep 2002 03:23:02 +0000 Subject: Remove redundant inclusion of inttypes.h in aicasm_gram.y and properly sort inttypes.h into list of includes. Noticed by: Mike Barcroft --- sys/dev/aic7xxx/aicasm/aicasm_gram.y | 3 +-- sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l | 4 ++-- sys/dev/aic7xxx/aicasm/aicasm_scan.l | 4 ++-- sys/dev/aic7xxx/aicasm/aicasm_symbol.c | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) (limited to 'sys') diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index 0d2ff3e..d6a304e 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -38,12 +38,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#24 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#25 $ * * $FreeBSD$ */ -#include #include #include diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index a5bd7f0..d781443 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -38,14 +38,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#6 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#7 $ * * $FreeBSD$ */ -#include #include +#include #include #include #include diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index 11828f2..e4dc6fd 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -38,14 +38,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#17 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#18 $ * * $FreeBSD$ */ -#include #include +#include #include #include #include diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 1915537..2e766b8 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -37,12 +37,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#22 $ + * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#23 $ * * $FreeBSD$ */ -#include #include #ifdef __linux__ @@ -51,6 +50,7 @@ #include #endif #include +#include #include #include #include -- cgit v1.1