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.cc b/internal/ceres/conditioned_cost_function.cc index ca80bfb..7322790 100644 --- a/internal/ceres/conditioned_cost_function.cc +++ b/internal/ceres/conditioned_cost_function.cc
@@ -34,10 +34,10 @@ #include <cstddef> -#include <glog/logging.h> -#include "ceres/stl_util.h" #include "ceres/internal/eigen.h" +#include "ceres/stl_util.h" #include "ceres/types.h" +#include "glog/logging.h" namespace ceres {