[Replicant] [libsamsung-ipc][PATCH 3/8] devices: galaxys2: Reorder includes alphabetically

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


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

diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index f82ed12..2b0ad0d 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -17,19 +17,19 @@
  * along with libsamsung-ipc.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <sys/mman.h>
+#include <fcntl.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
-#include <fcntl.h>
-#include <sys/mman.h>
+#include <unistd.h>
 
-#include <samsung-ipc.h>
 #include <ipc.h>
+#include <samsung-ipc.h>
 
+#include "galaxys2.h"
 #include "xmm626.h"
 #include "xmm626_hsic.h"
 #include "xmm626_sec_modem.h"
-#include "galaxys2.h"
 
 int galaxys2_boot(struct ipc_client *client)
 {
-- 
2.25.0



More information about the Replicant mailing list