Skip to content

Commit

Permalink
Merge pull request #390 from kwsp/fix-manager-include
Browse files Browse the repository at this point in the history
fix fmt include in Manager
  • Loading branch information
axsaucedo authored Aug 21, 2024
2 parents 8f096a7 + e7985da commit fdf4098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Manager.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// SPDX-License-Identifier: Apache-2.0

#include "kompute/Manager.hpp"
#include "fmt/format.h"
#include "kompute/logger/Logger.hpp"
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <iterator>
#include <set>
#include <sstream>
#include <string>
#include <unordered_map>

namespace kp {

Expand Down
4 changes: 0 additions & 4 deletions src/include/kompute/Manager.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
#pragma once

#include <set>
#include <unordered_map>

#include "kompute/Core.hpp"

#include "kompute/Sequence.hpp"
#include "logger/Logger.hpp"

Expand Down

0 comments on commit fdf4098

Please sign in to comment.