diff options
author | Jeffrey <jeffryan@tamu.edu> | 2022-03-07 18:27:28 -0600 |
---|---|---|
committer | Jeffrey <jeffryan@tamu.edu> | 2022-04-18 09:55:20 -0500 |
commit | 12b1b74d322f9933bb5d2ccbccd2566ee44cd3fc (patch) | |
tree | f786d2690abe629f655d521d9fc26f28e4805daa /contrib/epee/include/net/local_ip.h | |
parent | Boring Old Deletes (diff) | |
download | monero-12b1b74d322f9933bb5d2ccbccd2566ee44cd3fc.tar.xz |
Trimming Fat
Remove unused include statements or unused definitions.
Diffstat (limited to 'contrib/epee/include/net/local_ip.h')
-rw-r--r-- | contrib/epee/include/net/local_ip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/epee/include/net/local_ip.h b/contrib/epee/include/net/local_ip.h index 1eeab2dc5..1c501d24b 100644 --- a/contrib/epee/include/net/local_ip.h +++ b/contrib/epee/include/net/local_ip.h @@ -27,7 +27,6 @@ #pragma once -#include <string> #include "int-util.h" // IP addresses are kept in network byte order |