From f437b0aa5459fa16a4c24aefb523e06dda328bc0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2008 08:45:46 +0000 Subject: Trim include dependency tree. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1870 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Command.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raul/Command.hpp') diff --git a/raul/Command.hpp b/raul/Command.hpp index 0632f63..5350852 100644 --- a/raul/Command.hpp +++ b/raul/Command.hpp @@ -18,8 +18,8 @@ #ifndef RAUL_COMMAND_HPP #define RAUL_COMMAND_HPP -#include "raul/Semaphore.hpp" #include +#include "raul/Semaphore.hpp" namespace Raul { @@ -30,7 +30,7 @@ namespace Raul { * (OSC, GUI, etc) and waiting on the result. Works well for coarsely timed * events (e.g. 'play' clicked in a GUI). * - * Realtime safe on the commend executing side. + * Realtime safe on the command executing side. * * \ingroup raul */ -- cgit v1.2.1