Move logging.hpp

This commit is contained in:
topjohnwu
2020-06-17 01:17:28 -07:00
parent ec3705f2ed
commit 1e2f776b83
27 changed files with 5 additions and 25 deletions

View File

@@ -5,7 +5,6 @@
#include <socket.hpp>
#include <utils.hpp>
#include <logging.hpp>
#define ABS_SOCKET_LEN(sun) (sizeof(sa_family_t) + strlen(sun->sun_path + 1) + 1)