summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-06 20:58:58 -0500
committerDavid Robillard <d@drobilla.net>2014-12-06 22:43:06 -0500
commite1e2b919c3ee07d8dc825b268177e6900a9120bb (patch)
tree450a2f5eb0aea0db8478d2a4938d33cf061c5fa8
parent60a045271e7d2236569ab4efb065f4110a7cb4e9 (diff)
Remove unnecessary includes.
-rw-r--r--libs/evoral/evoral/Event.hpp1
-rw-r--r--libs/evoral/evoral/SMF.hpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/libs/evoral/evoral/Event.hpp b/libs/evoral/evoral/Event.hpp
index 059b64225b..1682028335 100644
--- a/libs/evoral/evoral/Event.hpp
+++ b/libs/evoral/evoral/Event.hpp
@@ -19,7 +19,6 @@
#ifndef EVORAL_EVENT_HPP
#define EVORAL_EVENT_HPP
-#include <assert.h>
#include <cstdlib>
#include <cstring>
#include <sstream>
diff --git a/libs/evoral/evoral/SMF.hpp b/libs/evoral/evoral/SMF.hpp
index b851cf6b64..9d43426a8f 100644
--- a/libs/evoral/evoral/SMF.hpp
+++ b/libs/evoral/evoral/SMF.hpp
@@ -20,8 +20,6 @@
#ifndef EVORAL_SMF_HPP
#define EVORAL_SMF_HPP
-#include <cassert>
-
#include <glibmm/threads.h>
#include "evoral/visibility.h"