Skip to content

Commit

Permalink
Remove unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner committed Dec 19, 2024
1 parent 2d9c290 commit 7651a81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/preprocessing/elevation/provider.cc
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
#include "osr/preprocessing/elevation/provider.h"

#include <algorithm>
#include <filesystem>
#include <limits>
#include <memory>
#include <optional>
#include <ranges>
#include <stdexcept>
#include <utility>
#include <vector>

#include "osr/elevation_storage.h"
#include "osr/preprocessing/elevation/dem_grid.h"
#include "osr/preprocessing/elevation/hgt.h"
#include "osr/preprocessing/elevation/hgt_raster.h"
#include "osr/preprocessing/elevation/step_size.h"

namespace fs = std::filesystem;

namespace osr::preprocessing::elevation {

static_assert(IsRasterDriver<dem_grid>);
Expand Down

0 comments on commit 7651a81

Please sign in to comment.