Skip to content

Commit

Permalink
Fix header order
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner committed Dec 19, 2024
1 parent 5fbb488 commit 4a7be63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preprocessing/elevation/hgt_raster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#include <cstddef>
#include <sstream>

#include "osr/elevation_storage.h"

#include "utl/enumerate.h"
#include "utl/verify.h"

#include "osr/elevation_storage.h"

namespace osr::preprocessing::elevation {

struct grid_point {
Expand Down

0 comments on commit 4a7be63

Please sign in to comment.