Skip to content

Commit

Permalink
#1173: use correct path for fcontext
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 20, 2021
1 parent c893c51 commit 70c8a65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/vt/worker/worker_seq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@

namespace vt { namespace worker {

using namespace fcontext;

WorkerSeq::WorkerSeq(
WorkerIDType const& in_worker_id_, WorkerCountType const& in_num_thds,
WorkerFinishedFnType finished_fn
Expand Down
2 changes: 1 addition & 1 deletion src/vt/worker/worker_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "vt/worker/worker_types.h"
#include "vt/utils/container/concurrent_deque.h"

#include <fcontext.h>
#include <context/fcontext.h>

#include <functional>

Expand Down

0 comments on commit 70c8a65

Please sign in to comment.