summaryrefslogtreecommitdiffstats
path: root/raul/EventRingBuffer.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-09 01:37:38 +0000
committerDavid Robillard <d@drobilla.net>2009-12-09 01:37:38 +0000
commit4db8e50ad74080e731dce510ea15bf7fe3994f22 (patch)
tree34695de9875eb2a6a2faef0fbcfd184282d6d8ec /raul/EventRingBuffer.hpp
parent3164c2f2a3e5d8fde82427dc5a7e0857e1c8c013 (diff)
downloadraul-4db8e50ad74080e731dce510ea15bf7fe3994f22.tar.gz
raul-4db8e50ad74080e731dce510ea15bf7fe3994f22.tar.bz2
raul-4db8e50ad74080e731dce510ea15bf7fe3994f22.zip
Raul 0.6.0.
Drop glibmm dependency to glib dependency. Add --test configure option. Add RDF description. Bump library version number. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2297 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/EventRingBuffer.hpp')
-rw-r--r--raul/EventRingBuffer.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/raul/EventRingBuffer.hpp b/raul/EventRingBuffer.hpp
index 2e3bc22..a0a34aa 100644
--- a/raul/EventRingBuffer.hpp
+++ b/raul/EventRingBuffer.hpp
@@ -20,7 +20,6 @@
#include <cassert>
#include <algorithm>
-#include <glib.h>
#include "raul/RingBuffer.hpp"
#include "raul/TimeStamp.hpp"