buffet: Sorted headers alphabetically (build/include_alpha)
We are going to enable build/include_alpha linter warning soon,
so in preparation for this, fixed the warnings in buffet.
BUG=None
TEST=cpplint.py --filter=-build/include_order,+build/include_alpha buffet/* buffet/commands/*
Change-Id: I103670d12f1eaec552d2ff21017316bb41b16b78
Reviewed-on: https://chromium-review.googlesource.com/209562
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Reviewed-by: Chris Sosa <sosa@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
diff --git a/buffet/http_utils_unittest.cc b/buffet/http_utils_unittest.cc
index 882752b..190b566 100644
--- a/buffet/http_utils_unittest.cc
+++ b/buffet/http_utils_unittest.cc
@@ -9,8 +9,8 @@
#include <gtest/gtest.h>
#include "buffet/bind_lambda.h"
-#include "buffet/http_utils.h"
#include "buffet/http_transport_fake.h"
+#include "buffet/http_utils.h"
#include "buffet/mime_utils.h"
#include "buffet/string_utils.h"
#include "buffet/url_utils.h"