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/dbus_utils.cc b/buffet/dbus_utils.cc
index 58f0b26..5c02fb3 100644
--- a/buffet/dbus_utils.cc
+++ b/buffet/dbus_utils.cc
@@ -4,8 +4,8 @@
#include "buffet/dbus_utils.h"
-#include <base/logging.h>
#include <base/bind.h>
+#include <base/logging.h>
namespace buffet {