summaryrefslogtreecommitdiffstats
path: root/src/osc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-14 21:47:32 +0000
committerDavid Robillard <d@drobilla.net>2012-01-14 21:47:32 +0000
commita2701525891f69cc810ed370dd54ac76944b1d0b (patch)
treebd605803eb386ab992b2ec59ab0971cd62468d58 /src/osc
parent692e851810156ce4bc4929ea803366c2fcb2ed94 (diff)
downloadingen-a2701525891f69cc810ed370dd54ac76944b1d0b.tar.gz
ingen-a2701525891f69cc810ed370dd54ac76944b1d0b.tar.bz2
ingen-a2701525891f69cc810ed370dd54ac76944b1d0b.zip
Replace some non-portable stuff with glib equivalents.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3947 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/osc')
-rw-r--r--src/osc/OSCClientSender.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osc/OSCClientSender.cpp b/src/osc/OSCClientSender.cpp
index ba098a61..a0b7979c 100644
--- a/src/osc/OSCClientSender.cpp
+++ b/src/osc/OSCClientSender.cpp
@@ -15,8 +15,6 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <unistd.h>
-
#include <cassert>
#include <string>