Skip to content

Commit

Permalink
adjust includes for scheduler.cpp/hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Oct 27, 2023
1 parent 7eb5da7 commit 622fbac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cpp/mrc/include/mrc/coroutines/scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#pragma once

#include "mrc/coroutines/task.hpp"

#include <coroutine>
#include <cstddef>
#include <memory>
Expand Down
4 changes: 0 additions & 4 deletions cpp/mrc/src/public/coroutines/scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@

#include "mrc/coroutines/scheduler.hpp"

#include "mrc/coroutines/task_container.hpp"

#include <glog/logging.h>

#include <memory>
#include <ostream>
#include <thread>
#include <utility>

namespace mrc::coroutines {

Expand Down

0 comments on commit 622fbac

Please sign in to comment.