From 322ee828b57fc94ebd621f6e08666b46d06d5adc Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Sun, 7 Apr 2024 20:06:45 -0400 Subject: [PATCH] llil.cc - wip --- examples/llil.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/llil.cc b/examples/llil.cc index 14d89f2..c36f8d5 100644 --- a/examples/llil.cc +++ b/examples/llil.cc @@ -223,9 +223,8 @@ namespace std { }; } -namespace fs = std::filesystem; namespace bip = boost::interprocess; -namespace lf = boost::lockfree; +namespace lf = boost::lockfree; // ------------------------------------------------------------------------------------------ template