summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2002-09-27 03:23:02 +0000
committergibbs <gibbs@FreeBSD.org>2002-09-27 03:23:02 +0000
commitfff81f966f4976b3efb737c68f2daba5b78fe7cc (patch)
tree6e79981c5cfd6c1a23d32b14dfb1022b66d13c34 /sys/dev/aic7xxx
parent218fa5fb98d1e2dd559f1a7b783010177c84f5b0 (diff)
downloadFreeBSD-src-fff81f966f4976b3efb737c68f2daba5b78fe7cc.zip
FreeBSD-src-fff81f966f4976b3efb737c68f2daba5b78fe7cc.tar.gz
Remove redundant inclusion of inttypes.h in aicasm_gram.y
and properly sort inttypes.h into list of includes. Noticed by: Mike Barcroft <mike@freebsd.org>
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_gram.y3
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l4
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l4
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_symbol.c4
4 files changed, 7 insertions, 8 deletions
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 <inttypes.h>
#include <sys/types.h>
#include <inttypes.h>
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 <inttypes.h>
#include <sys/types.h>
+#include <inttypes.h>
#include <limits.h>
#include <regex.h>
#include <stdio.h>
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 <inttypes.h>
#include <sys/types.h>
+#include <inttypes.h>
#include <limits.h>
#include <regex.h>
#include <stdio.h>
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 <inttypes.h>
#include <sys/types.h>
#ifdef __linux__
@@ -51,6 +50,7 @@
#include <db.h>
#endif
#include <fcntl.h>
+#include <inttypes.h>
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud