Skip to content

Commit

Permalink
Removed unused header files
Browse files Browse the repository at this point in the history
Update #548
  • Loading branch information
eugenwintersberger committed Dec 24, 2021
1 parent 84a8713 commit 7df5743
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/h5cpp/core/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@

#include <h5cpp/core/hdf5_capi.hpp>
#include <vector>
#include <sstream>
#include <cstring>
#include <algorithm>
#include <iterator>

namespace hdf5 {

Expand Down
2 changes: 1 addition & 1 deletion src/h5cpp/core/variable_length_string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#pragma once

#include <vector>
#include <string>
#include <algorithm>
#include <cstring>

namespace hdf5 {

Expand Down
1 change: 1 addition & 0 deletions src/h5cpp/dataspace/hyperslab.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <h5cpp/core/windows.hpp>
#include <memory>
#include <list>
#include <sstream>

namespace hdf5 {
namespace dataspace {
Expand Down

0 comments on commit 7df5743

Please sign in to comment.