summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-27 14:10:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-27 14:10:34 +0000
commit0c005b9b84890d5fd94bc66e46dc6e7af3387851 (patch)
tree8046fa3beb086b7c69e5d0d51b72823ea2c7689e /libs
parentebb415023678a73ed21d13a5fac2d71518e7482f (diff)
remove unnecessary gcc 4.7 "fix"
git-svn-id: svn://localhost/ardour2/branches/3.0@12109 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/rubberband/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp
index af348854eb..f6c1a3d69f 100644
--- a/libs/rubberband/src/main.cpp
+++ b/libs/rubberband/src/main.cpp
@@ -21,7 +21,6 @@
#include <time.h>
#include <cstdlib>
#include <cstring>
-#include <unistd.h>
#include "sysutils.h"
#ifdef __MSVC__