Skip to content

Commit

Permalink
Sort includes to right file
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschsn committed Jan 31, 2020
1 parent 14ef5a9 commit a54a16b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions kdpart.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// See LICENSE for license details.

#include "kdpart.h"
#include <cstring>
#include <numeric>

namespace kdpart {

Expand Down
4 changes: 0 additions & 4 deletions kdpart.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@

#include <vector>
#include <array>
#include <algorithm>
#include <numeric>
#include <tuple>
#include <cstring> // memcpy for marshalling (type punning)
#include <cassert>
#include <mpi.h>

#include "kdpart_util.h"
Expand Down
2 changes: 2 additions & 0 deletions kdpart_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <mpi.h>
#include <vector>
#include <limits>
#include <cassert>
#include <algorithm>

namespace kdpart {
namespace util {
Expand Down

0 comments on commit a54a16b

Please sign in to comment.