diff options
Diffstat (limited to 'proxy/proxy_http_rewriter.c')
-rw-r--r-- | proxy/proxy_http_rewriter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/proxy_http_rewriter.c b/proxy/proxy_http_rewriter.c index f0bfbbc..812bf9c 100644 --- a/proxy/proxy_http_rewriter.c +++ b/proxy/proxy_http_rewriter.c @@ -10,10 +10,10 @@ ** GNU General Public License for more details. */ #include "proxy_http_int.h" -#include "android_utils.h" #include <stdio.h> #include <string.h> -#include "vl.h" +#include "qemu-common.h" +#include "android/utils/system.h" /* strsep */ /* this implements a transparent HTTP rewriting proxy * |