aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipc-test.c
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-16 15:52:33 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-16 16:12:10 +0200
commit6db1da8a82b02ecd221a0d3a5441557176aa5c24 (patch)
treefd17339dab9e0cf5431f8ce634e0db8ee902f8ef /tools/ipc-test.c
parent6d7f377466aba0d3ca3eb9ce0815938b43782ca7 (diff)
downloadhardware_replicant_libsamsung-ipc-6db1da8a82b02ecd221a0d3a5441557176aa5c24.tar.gz
hardware_replicant_libsamsung-ipc-6db1da8a82b02ecd221a0d3a5441557176aa5c24.tar.bz2
hardware_replicant_libsamsung-ipc-6db1da8a82b02ecd221a0d3a5441557176aa5c24.zip
tools: reorder includes
This reorders includes alphabetically and groups them together: - C standard library includes of depth 1 are grouped together - "System" libraries of depth > 1 age grouped together - The (lib)samsung-ipc include(s) is/are grouped together Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'tools/ipc-test.c')
-rw-r--r--tools/ipc-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipc-test.c b/tools/ipc-test.c
index 17e8f9b..2bb9f36 100644
--- a/tools/ipc-test.c
+++ b/tools/ipc-test.c
@@ -17,8 +17,8 @@
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <samsung-ipc.h>