Skip to content

Commit

Permalink
eckit::geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Aug 23, 2023
1 parent c0b6b26 commit 12ba578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/eckit/geometry/Grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <memory>
#include <ostream>

#include "eckit/config/Configuration.h"
#include "eckit/exception/Exceptions.h"
#include "eckit/geometry/GridConfig.h"
#include "eckit/log/Log.h"
Expand Down
6 changes: 5 additions & 1 deletion src/eckit/geometry/Grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <utility>
#include <vector>

#include "eckit/config/MappedConfiguration.h"
#include "eckit/geometry/Area.h"
#include "eckit/geometry/Configurator.h"
#include "eckit/geometry/Increments.h"
Expand All @@ -32,6 +31,11 @@
#include "eckit/memory/Factory.h"


namespace eckit {
class Configuration;
}


namespace eckit::geometry {


Expand Down

0 comments on commit 12ba578

Please sign in to comment.