[Replicant] [libsamsung-ipc] [PATCH 21/21] modems: xmm626: xmm626_kernel_smdk4412_fmt_recv: order headers alphabetically
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jun 17 16:15:53 UTC 2022
This helps avoiding including twice the same header by accident.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c b/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c
index a8de89c..cdac3e4 100644
--- a/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c
+++ b/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c
@@ -19,11 +19,13 @@
*/
#define _GNU_SOURCE
-#include <stdlib.h>
+
+#include <fcntl.h>
#include <stdio.h>
-#include <unistd.h>
+#include <stdlib.h>
#include <string.h>
-#include <fcntl.h>
+#include <unistd.h>
+
#include <sys/ioctl.h>
#include <sys/select.h>
--
2.36.1
More information about the Replicant
mailing list