[Replicant] [libsamsung-ipc][PATCH 2/8] devices: crespo: Reorder includes alphabetically

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Thu Feb 6 21:27:21 UTC 2020


Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 samsung-ipc/devices/crespo/crespo.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/samsung-ipc/devices/crespo/crespo.c b/samsung-ipc/devices/crespo/crespo.c
index a7e5ef8..206f43b 100644
--- a/samsung-ipc/devices/crespo/crespo.c
+++ b/samsung-ipc/devices/crespo/crespo.c
@@ -20,22 +20,21 @@
  */
 
 #define _GNU_SOURCE
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdint.h>
-#include <unistd.h>
+#include <sys/ioctl.h>
+#include <fcntl.h>
 #include <stdbool.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
+#include <unistd.h>
 
-#include <samsung-ipc.h>
 #include <ipc.h>
+#include <samsung-ipc.h>
 
+#include "crespo.h"
 #include "crespo_modem_ctl.h"
-
 #include "xmm616.h"
-#include "crespo.h"
 
 int crespo_boot(struct ipc_client *client)
 {
-- 
2.25.0



More information about the Replicant mailing list