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/device_registration_info.cc b/buffet/device_registration_info.cc
index 5447726..0225a5b 100644
--- a/buffet/device_registration_info.cc
+++ b/buffet/device_registration_info.cc
@@ -13,10 +13,10 @@
 
 #include "buffet/data_encoding.h"
 #include "buffet/device_registration_storage_keys.h"
-#include "buffet/storage_impls.h"
 #include "buffet/http_transport_curl.h"
 #include "buffet/http_utils.h"
 #include "buffet/mime_utils.h"
+#include "buffet/storage_impls.h"
 #include "buffet/string_utils.h"
 #include "buffet/url_utils.h"