diff examples/basic_network/render.cpp @ 380:9dc5a0ccad25 prerelease

Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
author andrewm
date Sun, 12 Jun 2016 23:03:57 +0100
parents db2fe4e1b88e
children
line wrap: on
line diff
--- a/examples/basic_network/render.cpp	Sun Jun 12 18:16:20 2016 +0100
+++ b/examples/basic_network/render.cpp	Sun Jun 12 23:03:57 2016 +0100
@@ -32,7 +32,6 @@
 #include <cmath>
 #include <NetworkSend.h>
 #include <ReceiveAudioThread.h>
-#include <Utilities.h>
 
 // setup() is called once before the audio rendering starts.
 // Use it to perform any initialisation and allocation which is dependent