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> --- ipc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ipc.c b/ipc.c index 3286370..f2b3ebe 100644 --- a/ipc.c +++ b/ipc.c @@ -18,12 +18,14 @@ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>. */ +#define LOG_TAG "RIL-IPC" + #include <stdlib.h> + #include <sys/eventfd.h> -#define LOG_TAG "RIL-IPC" -#include <utils/Log.h> #include <hardware_legacy/power.h> +#include <utils/Log.h> #include <samsung-ril.h> #include <utils.h> -- 2.30.1 _______________________________________________ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant