From 3ec56f3bde3008518f5c340ee6455c8441389b3d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Jul 2018 04:20:56 +0000 Subject: [PATCH] scst/include/backport.h: Sort #include directives alphabetically git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7432 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index f2db2cbe8..f05a284c0 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -27,8 +27,8 @@ #include #include #include /* sync_page_range() */ -#include /* struct scsi_cmnd */ #include +#include /* struct scsi_cmnd */ /* */