summaryrefslogtreecommitdiffstats
path: root/raul/Command.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
committerDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
commitf437b0aa5459fa16a4c24aefb523e06dda328bc0 (patch)
treef44cb0371a64b7e7a11d4e61fa25be771c188340 /raul/Command.hpp
parent653affc58f43653137aeb4e0770f5b27c6456edd (diff)
downloadraul-f437b0aa5459fa16a4c24aefb523e06dda328bc0.tar.gz
raul-f437b0aa5459fa16a4c24aefb523e06dda328bc0.tar.bz2
raul-f437b0aa5459fa16a4c24aefb523e06dda328bc0.zip
Trim include dependency tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1870 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Command.hpp')
-rw-r--r--raul/Command.hpp4
1 files changed, 2 insertions, 2 deletions
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 <boost/utility.hpp>
+#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
*/