summaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-20 04:58:50 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-28 16:58:21 +0100
commit4d01dd6d425f7fd3dd20788507a7178f764a6223 (patch)
tree9aa06c5c726121a7e56bb0b1e5b92edd1b4dae25 /utils.c
parent537d0c797d7e0e4efb8fbffb43240047ebca419c (diff)
downloadhardware_replicant_libsamsung-ril-4d01dd6d425f7fd3dd20788507a7178f764a6223.tar.gz
hardware_replicant_libsamsung-ril-4d01dd6d425f7fd3dd20788507a7178f764a6223.tar.bz2
hardware_replicant_libsamsung-ril-4d01dd6d425f7fd3dd20788507a7178f764a6223.zip
util.c: sort #includes alphabetically
This makes it easier to spot duplicated headers, find missing headers, or check if a specific header is present. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils.c b/utils.c
index 164812e..10b4529 100644
--- a/utils.c
+++ b/utils.c
@@ -18,12 +18,14 @@
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*/
+#define LOG_TAG "RIL"
+
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
+
#include <sys/eventfd.h>
-#define LOG_TAG "RIL"
#include <utils/Log.h>
#include <samsung-ril.h>