| commit | 0beab86dfa812a6962628994ffd3b525b42ba07d | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Mon Aug 13 15:12:01 2012 -0700 |
| committer | Sameer Agarwal <sameeragarwal@google.com> | Mon Aug 13 15:47:24 2012 -0700 |
| tree | dcd38212b0ad9e993fb9800cf5d767840c5169b3 | |
| parent | 4b0404352dcecc42575e36272effbd451ad1c4ee [diff] [blame] |
Fix glog includes and include sorting order. Change-Id: I0ec85218e82d1714279d41f7635104d480fb91c3
diff --git a/internal/ceres/conditioned_cost_function_test.cc b/internal/ceres/conditioned_cost_function_test.cc index 13135a7..03c553f 100644 --- a/internal/ceres/conditioned_cost_function_test.cc +++ b/internal/ceres/conditioned_cost_function_test.cc
@@ -32,10 +32,10 @@ #include "ceres/conditioned_cost_function.h" -#include "gtest/gtest.h" #include "ceres/internal/eigen.h" #include "ceres/normal_prior.h" #include "ceres/types.h" +#include "gtest/gtest.h" namespace ceres { namespace internal {