Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rextuz committed Jan 28, 2018
1 parent 3eccd58 commit 1552f37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/unit/set/lazy_skiplist.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <cds_test/ext_gtest.h>

#include <cds/gc/dhp.h>
#include <cds/container/lazy_skip_list_set_dhp.h>
#include <cds/container/lazy_skip_list_set.h>

template<typename T>
using Set = cds::container::LazySkipListSet<cds::gc::DHP, T>;
Expand Down

0 comments on commit 1552f37

Please sign in to comment.