Skip to content

Commit

Permalink
Cleanup includes in hdf5.cpp
Browse files Browse the repository at this point in the history
Remove unused includes. Leftovers from the early beginnings, it seems ...

In particular, don't use unistd.h for Windows-compatibility #2151
  • Loading branch information
dweindl committed Jul 28, 2023
1 parent 3cccbb5 commit bb97ef1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/hdf5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@

#include <hdf5_hl.h>

#include <algorithm>
#include <cassert>
#include <cstring>
#ifdef AMI_HDF5_H_DEBUG
#ifndef __APPLE__
#include <cexecinfo>
#else
#include <execinfo.h>
#endif
#endif
#include <cmath>
#include <unistd.h>

namespace amici {
namespace hdf5 {
Expand Down

0 comments on commit bb97ef1

Please sign in to comment.