This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit a2943f34f51737259f45b9dd9c86563ccc10ea4c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Sun Aug 27 14:49:27 2023 +0100

    don't need arpa inet.h
    
    fixes #3
---
 src/shared/common/sha.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/shared/common/sha.c b/src/shared/common/sha.c
index 6e999b7..34d5741 100644
--- a/src/shared/common/sha.c
+++ b/src/shared/common/sha.c
@@ -1,7 +1,6 @@
 #include "sha.h"
 #include "efm_config.h"
 #include <Eina.h>
-#include <arpa/inet.h>
 #include <string.h>
 #include <stdio.h>
 #include <sys/stat.h>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to