summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/PluginModel.cpp1
-rw-r--r--src/server/events/SetPortValue.cpp2
-rw-r--r--src/socket/Socket.cpp1
3 files changed, 0 insertions, 4 deletions
diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp
index 4847f668..e3ac9273 100644
--- a/src/client/PluginModel.cpp
+++ b/src/client/PluginModel.cpp
@@ -16,7 +16,6 @@
#include <ctype.h>
-#include <sstream>
#include <string>
#include <algorithm>
diff --git a/src/server/events/SetPortValue.cpp b/src/server/events/SetPortValue.cpp
index df89dc2d..b4b26ccf 100644
--- a/src/server/events/SetPortValue.cpp
+++ b/src/server/events/SetPortValue.cpp
@@ -14,8 +14,6 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sstream>
-
#include "ingen/shared/LV2Features.hpp"
#include "ingen/shared/URIs.hpp"
#include "ingen/shared/World.hpp"
diff --git a/src/socket/Socket.cpp b/src/socket/Socket.cpp
index 9192217b..d6162df2 100644
--- a/src/socket/Socket.cpp
+++ b/src/socket/Socket.cpp
@@ -23,7 +23,6 @@
#include <sys/un.h>
#include <string>
-#include <sstream>
#include "raul/log.hpp"