Fix glog includes and include sorting order.
Change-Id: I0ec85218e82d1714279d41f7635104d480fb91c3
diff --git a/internal/ceres/test_util.cc b/internal/ceres/test_util.cc
index 2bf4009..e98052d 100644
--- a/internal/ceres/test_util.cc
+++ b/internal/ceres/test_util.cc
@@ -31,9 +31,9 @@
// Utility functions useful for testing.
#include <cmath>
-#include <glog/logging.h>
-#include "gtest/gtest.h"
#include "ceres/stringprintf.h"
+#include "glog/logging.h"
+#include "gtest/gtest.h"
namespace ceres {
namespace internal {