Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef48c322 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable more clang-tidy checks and treat them as errors"

parents 53587c2a 6e4f38a7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
#include "ResolverStats.h"

#include "android/net/INetd.h"
#include "android/net/metrics/INetdEventListener.h"
#include "binder/IServiceManager.h"
#include "netdutils/SocketOption.h"

@@ -72,7 +71,6 @@ extern "C" int android_getaddrinfofornet(const char* hostname, const char* servn

using android::base::StringPrintf;
using android::net::ResolverStats;
using android::net::metrics::INetdEventListener;
using android::netdutils::enableSockopt;

// TODO: move into libnetdutils?