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 <gnu...@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 _______________________________________________ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant