[Replicant] [libsamsung-ril] [PATCH 07/23] util.c: sort #includes alphabetically

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Thu Mar 4 12:42:34 UTC 2021


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 at cyberdimension.org>
---
 utils.c | 6 ++++--
 1 file 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>
-- 
2.30.1



More information about the Replicant mailing list