Repository: trafficserver Updated Branches: refs/heads/master c6dceddc6 -> 5a040ee31
Tidy up background_fetch includes Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5a040ee3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5a040ee3 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5a040ee3 Branch: refs/heads/master Commit: 5a040ee3147abad759fec17f1ed9551864d9f89f Parents: c6dcedd Author: James Peach <[email protected]> Authored: Mon Nov 3 16:36:27 2014 -0800 Committer: James Peach <[email protected]> Committed: Mon Nov 3 16:36:27 2014 -0800 ---------------------------------------------------------------------- plugins/experimental/background_fetch/background_fetch.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5a040ee3/plugins/experimental/background_fetch/background_fetch.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/background_fetch/background_fetch.cc b/plugins/experimental/background_fetch/background_fetch.cc index 96fecce..69ae162 100644 --- a/plugins/experimental/background_fetch/background_fetch.cc +++ b/plugins/experimental/background_fetch/background_fetch.cc @@ -24,18 +24,17 @@ #include <stdlib.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> -#include <string> #include <stdarg.h> #include <getopt.h> - #include <netinet/in.h> #include <arpa/inet.h> #include "ts/ts.h" #include "ts/remap.h" #include "ink_defs.h" + +#include <string> #include <set> #include <map>
