From 762cfaa66a7be2fe61722d1d2a1679af65bd1f9a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Dec 2019 20:02:36 -0500 Subject: Clean up includes --- src/binary_location.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/binary_location.h') diff --git a/src/binary_location.h b/src/binary_location.h index 303a3bd..25e49bf 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -18,11 +18,11 @@ #define _GNU_SOURCE #endif -#include -#include -#include #include +#include +#include +#include #include /** Return the absolute path of the binary. */ -- cgit v1.2.1