Skip to content

Commit

Permalink
Merge pull request #640 from ax3l/fix-cppIncludes
Browse files Browse the repository at this point in the history
Source Files: Fix Includes
  • Loading branch information
ax3l authored Dec 18, 2019
2 parents 8d481e9 + 7d6b03c commit b77a6c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Features
Bug Fixes
"""""""""

- Source files: fix includes #640

Other
"""""

Expand Down
6 changes: 3 additions & 3 deletions src/Iteration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
* and the GNU Lesser General Public License along with openPMD-api.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <openPMD/backend/Writable.hpp>
#include "openPMD/auxiliary/StringManip.hpp"
#include "openPMD/Iteration.hpp"
#include "openPMD/Dataset.hpp"
#include "openPMD/Datatype.hpp"
#include "openPMD/Iteration.hpp"
#include "openPMD/Series.hpp"
#include "openPMD/auxiliary/StringManip.hpp"
#include "openPMD/backend/Writable.hpp"


namespace openPMD
Expand Down
4 changes: 2 additions & 2 deletions src/backend/Writable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* and the GNU Lesser General Public License along with openPMD-api.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <openPMD/IO/AbstractIOHandler.hpp>
#include <openPMD/backend/Writable.hpp>
#include "openPMD/backend/Writable.hpp"
#include "openPMD/IO/AbstractIOHandler.hpp"


namespace openPMD
Expand Down

0 comments on commit b77a6c2

Please sign in to comment.