Skip to content

Commit

Permalink
Fix header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Dec 13, 2023
1 parent 1212789 commit 98ab54a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/atlas/util/Geometry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include "atlas/util/Geometry.h"

#include <cmath>

#include "eckit/geometry/Point2.h"
#include "eckit/geometry/Point3.h"

Expand Down
1 change: 1 addition & 0 deletions src/atlas/util/Geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <memory>
#include <sstream>
#include <string>
#include <utility>

#include "atlas/runtime/Exception.h"
#include "atlas/util/Earth.h"
Expand Down
6 changes: 0 additions & 6 deletions src/atlas/util/UnitSphere.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@

#pragma once

#include <cmath>
#include <utility>

#include "atlas/util/Constants.h"
#include "atlas/util/Point.h"

#include "eckit/geometry/UnitSphere.h"

//------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 98ab54a

Please sign in to comment.