aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-03 16:30:35 +0000
committerDavid Robillard <d@drobilla.net>2013-02-03 16:30:35 +0000
commite9935704f8b035045d05b912f4f038bfff83a6c6 (patch)
tree8db60fe7d8c25cde8d070dcdfcedc0f91805b0fc /src/engine/JackDriver.hpp
parentd9a7d225e4dd7c4736a834d8d6beaee38e10663f (diff)
downloadmachina-e9935704f8b035045d05b912f4f038bfff83a6c6.tar.gz
machina-e9935704f8b035045d05b912f4f038bfff83a6c6.tar.bz2
machina-e9935704f8b035045d05b912f4f038bfff83a6c6.zip
Fix compilation with GCC 4.6.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5038 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r--src/engine/JackDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp
index a67afbc..fefb744 100644
--- a/src/engine/JackDriver.hpp
+++ b/src/engine/JackDriver.hpp
@@ -17,8 +17,6 @@
#ifndef MACHINA_JACKDRIVER_HPP
#define MACHINA_JACKDRIVER_HPP
-#include <atomic>
-
#include <jack/jack.h>
#include <jack/midiport.h>