commit | 96cc933e3b59d995281d3df265f2def91228cb1a | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Sat Oct 10 18:19:57 2015 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Sun Oct 11 01:20:25 2015 +0000 |
tree | ee777615a8aa16338ac98e9557b6b6135bb105ab | |
parent | 1a42e1466de3edd0c79215b739cd8e929ef8a7e8 [diff] |
Ordered includes Change-Id: I193131cba5ff2ae7ad006eea2585f3dad4de4434 Reviewed-on: https://weave-review.googlesource.com/1295 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/src/http_constants.cc b/libweave/src/http_constants.cc index 445ff75..b6894a3 100644 --- a/libweave/src/http_constants.cc +++ b/libweave/src/http_constants.cc
@@ -4,8 +4,8 @@ #include "src/http_constants.h" -#include <weave/provider/http_client.h> #include <weave/enum_to_string.h> +#include <weave/provider/http_client.h> namespace weave { namespace http {