Skip to content

Commit

Permalink
Reduce header dependency on atlas_io to prepare for eckit_codec adapt…
Browse files Browse the repository at this point in the history
…or library
  • Loading branch information
wdeconinck committed Nov 7, 2023
1 parent 62ab875 commit 5ea733a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions src/atlas/io/ArrayAdaptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
#include <sstream>

#include "atlas/array/Array.h"
#include "atlas_io/Data.h"
#include "atlas_io/Exceptions.h"
#include "atlas_io/Metadata.h"
#include "atlas_io/atlas_compat.h"
#include "atlas_io/detail/Assert.h"
#include "atlas_io/types/array/ArrayReference.h"

namespace atlas {
namespace array {
Expand Down
8 changes: 1 addition & 7 deletions src/atlas/io/ArrayAdaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@

#pragma once

namespace atlas {
namespace io {
class Metadata;
class Data;
class ArrayReference;
} // namespace io
} // namespace atlas
#include "atlas-io.h"

namespace atlas {
namespace array {
Expand Down
4 changes: 1 addition & 3 deletions src/atlas/io/VectorAdaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

#include "atlas/util/vector.h"

#include "atlas_io/Data.h"
#include "atlas_io/Metadata.h"
#include "atlas_io/types/array/ArrayReference.h"
#include "atlas-io.h"

namespace atlas {

Expand Down

0 comments on commit 5ea733a

Please sign in to comment.