X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Futils.c;h=8fbc7108e9a3ffe8536b317e201fd5f5595566a0;hb=38d7e730e619a8b86dfbf68d77773564595f12a1;hp=db7a8cd631949d41e2ba4a73af9b91af2d8ecf92;hpb=511b51ffe60c20a9091829c03863197b76027716;p=tinc diff --git a/src/utils.c b/src/utils.c index db7a8cd6..8fbc7108 100644 --- a/src/utils.c +++ b/src/utils.c @@ -18,11 +18,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "logger.h" #include "system.h" -#include "xalloc.h" - -#include "../src/logger.h" #include "utils.h" +#include "xalloc.h" static const char hexadecimals[] = "0123456789ABCDEF"; static const char base64_original[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";