Remove unnecessary includes.

This commit is contained in:
David Robillard 2014-12-06 20:58:58 -05:00
parent 60a045271e
commit e1e2b919c3
2 changed files with 0 additions and 3 deletions

View file

@ -19,7 +19,6 @@
#ifndef EVORAL_EVENT_HPP
#define EVORAL_EVENT_HPP
#include <assert.h>
#include <cstdlib>
#include <cstring>
#include <sstream>

View file

@ -20,8 +20,6 @@
#ifndef EVORAL_SMF_HPP
#define EVORAL_SMF_HPP
#include <cassert>
#include <glibmm/threads.h>
#include "evoral/visibility.h"