Move resolver public headers to separate include path
Additionally rename functions and structs to eliminate those ugly
underscores from the public API (with the notable exception of
__res_params, which will come in its own separate change to keep this
one from growing too large).
Test: build, flash, then 'atest netd_integration_test'
Change-Id: I7e9b0ee6cdbec889e9c35b5a17b5daa65533686e
diff --git a/resolv/res_comp.cpp b/resolv/res_comp.cpp
index 1eb00c7..98461b3 100644
--- a/resolv/res_comp.cpp
+++ b/resolv/res_comp.cpp
@@ -75,11 +75,12 @@
#include <netinet/in.h>
#include <sys/param.h>
#include <sys/types.h>
-#include "resolv_private.h"
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include "resolv_private.h"
+
/*
* Expand compressed domain name 'src' to full domain name.
* 'msg' is a pointer to the begining of the message,