Skip to content

Commit

Permalink
include fixes in fm
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 16, 2024
1 parent 2982d77 commit 324e9d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions mt-kahypar/partition/refinement/fm/fm_commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

#include <limits>

#include <mt-kahypar/datastructures/concurrent_bucket_map.h>
#include <mt-kahypar/datastructures/priority_queue.h>
#include <mt-kahypar/partition/context.h>
#include <mt-kahypar/parallel/work_stack.h>
#include "mt-kahypar/datastructures/concurrent_bucket_map.h"
#include "mt-kahypar/datastructures/priority_queue.h"
#include "mt-kahypar/partition/context.h"
#include "mt-kahypar/parallel/work_stack.h"

#include "kahypar-resources/datastructure/fast_reset_flag_array.h"

Expand Down
4 changes: 2 additions & 2 deletions mt-kahypar/partition/refinement/fm/localized_kway_fm_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#pragma once

#include <mt-kahypar/partition/context.h>
#include <mt-kahypar/partition/metrics.h>
#include "mt-kahypar/partition/context.h"
#include "mt-kahypar/partition/metrics.h"

#include "mt-kahypar/datastructures/sparse_map.h"
#include "mt-kahypar/partition/refinement/fm/fm_commons.h"
Expand Down

0 comments on commit 324e9d2

Please sign in to comment.