Move atomic implementations

This commit is contained in:
Henrik Stickann 2022-04-10 20:36:46 +02:00
parent 46cd2417e3
commit 4bf8a31acf
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <sta/atomic_mutex.hpp> #include <sta/atomic/mutex.hpp>
namespace sta namespace sta

View File

@ -1,4 +1,4 @@
#include <sta/atomic_signal.hpp> #include <sta/atomic/signal.hpp>
namespace sta namespace sta