From bb67af535ef57101f6b543c99e9489e984c8f1ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 19:55:13 +0000 Subject: Move Atom implementation out of Raul so it can depend on LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5076 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/machina/Updates.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/engine/machina/Updates.hpp') diff --git a/src/engine/machina/Updates.hpp b/src/engine/machina/Updates.hpp index fe68855..7c0391b 100644 --- a/src/engine/machina/Updates.hpp +++ b/src/engine/machina/Updates.hpp @@ -19,8 +19,7 @@ #include -#include "raul/Atom.hpp" - +#include "machina/Atom.hpp" #include "machina/types.hpp" namespace machina { @@ -33,13 +32,13 @@ void write_set(SPtr buf, uint64_t subject, URIInt key, - const Raul::Atom& value); + const Atom& value); uint32_t read_set(SPtr buf, uint64_t* subject, URIInt* key, - Raul::Atom* value); + Atom* value); } // namespace machina -- cgit v1.2.1