aboutsummaryrefslogtreecommitdiff
path: root/internal/ceres/line_search_direction.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ceres/line_search_direction.h')
-rw-r--r--internal/ceres/line_search_direction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/ceres/line_search_direction.h b/internal/ceres/line_search_direction.h
index 0857cb0..c77fdc8 100644
--- a/internal/ceres/line_search_direction.h
+++ b/internal/ceres/line_search_direction.h
@@ -31,8 +31,6 @@
#ifndef CERES_INTERNAL_LINE_SEARCH_DIRECTION_H_
#define CERES_INTERNAL_LINE_SEARCH_DIRECTION_H_
-#ifndef CERES_NO_LINE_SEARCH_MINIMIZER
-
#include "ceres/internal/eigen.h"
#include "ceres/line_search_minimizer.h"
#include "ceres/types.h"
@@ -71,5 +69,4 @@ class LineSearchDirection {
} // namespace internal
} // namespace ceres
-#endif // CERES_NO_LINE_SEARCH_MINIMIZER
#endif // CERES_INTERNAL_LINE_SEARCH_DIRECTION_H_