summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-07 01:11:20 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-07 01:11:20 +0100
commit9c7cd46e633d14d9227d5c0a2dd423e5114c152d (patch)
tree84065d46943e22288bcf9c5a5af3478b0c6990d5 /src
parentd688a25873c3432a9cf47cba66543e7176c9e10f (diff)
SoundSourceModPlug: Remove unused unistd.h header file
Apparently this isn't needed and it breaks the build on Windows.
Diffstat (limited to 'src')
-rw-r--r--src/sources/soundsourcemodplug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sources/soundsourcemodplug.cpp b/src/sources/soundsourcemodplug.cpp
index 9fd98a767a..fb637ec919 100644
--- a/src/sources/soundsourcemodplug.cpp
+++ b/src/sources/soundsourcemodplug.cpp
@@ -9,7 +9,6 @@
#include <QFile>
#include <stdlib.h>
-#include <unistd.h>
namespace mixxx {