Cleanup scoped_ptr in src/common/dns_utils.cpp and header include:

* No need for entire new class (Fix #8732).
	* Fix stdint.h header include in contrib/epee/include/net/http_base.h.
This commit is contained in:
0xFFFC0000 2023-12-19 16:54:37 +03:30
parent ac02af9286
commit 430b102aef
2 changed files with 11 additions and 34 deletions

View file

@ -34,6 +34,7 @@
#include <string>
#include <utility>
#include <list>
#include <stdint.h>
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.http"