aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@leastfixedpoint.com>2020-09-29 22:03:08 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-26 02:45:51 +0100
commit784c15bb2b61ac666828cd18b0228086e1f84c04 (patch)
tree46c9c2fe1408216c5ebecc5a005361e6fdd2241d
parent003de6745c23836f9cb6718cc05a9c5bcfddb07c (diff)
downloadhardware_replicant_libsamsung-ipc-wip/herolte.tar.gz
hardware_replicant_libsamsung-ipc-wip/herolte.tar.bz2
hardware_replicant_libsamsung-ipc-wip/herolte.zip
Cosmetic: sort #includes alphabetically in ipc_devices.hwip/herolte
Signed-off-by: Tony Garnock-Jones <tonyg@leastfixedpoint.com> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--samsung-ipc/devices/ipc_devices.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/samsung-ipc/devices/ipc_devices.h b/samsung-ipc/devices/ipc_devices.h
index c5df457..8160ee1 100644
--- a/samsung-ipc/devices/ipc_devices.h
+++ b/samsung-ipc/devices/ipc_devices.h
@@ -20,15 +20,15 @@
#include <samsung-ipc.h>
-#include "devices/crespo/crespo.h"
#include "devices/aries/aries.h"
+#include "devices/crespo/crespo.h"
#include "devices/galaxys2/galaxys2.h"
-#include "devices/maguro/maguro.h"
-#include "devices/piranha/piranha.h"
+#include "devices/herolte/herolte.h"
#include "devices/i9300/i9300.h"
-#include "devices/n7100/n7100.h"
+#include "devices/maguro/maguro.h"
#include "devices/n5100/n5100.h"
-#include "devices/herolte/herolte.h"
+#include "devices/n7100/n7100.h"
+#include "devices/piranha/piranha.h"
#ifndef __IPC_DEVICES_H__
#define __IPC_DEVICES_H__