Remove unnecessary includes.
authorDavid Robillard <d@drobilla.net>
Sun, 7 Dec 2014 01:58:58 +0000 (20:58 -0500)
committerDavid Robillard <d@drobilla.net>
Sun, 7 Dec 2014 03:43:06 +0000 (22:43 -0500)
libs/evoral/evoral/Event.hpp
libs/evoral/evoral/SMF.hpp

index 059b64225b6a86b868ad548350c081975d9ea34f..16820283350c9863df46cb3474c292048b7b8eb4 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef EVORAL_EVENT_HPP
 #define EVORAL_EVENT_HPP
 
-#include <assert.h>
 #include <cstdlib>
 #include <cstring>
 #include <sstream>
index b851cf6b64dfb7e758c5b79f24d390af8db1d80c..9d43426a8f66f873028576dc3e04e2f6595e6d15 100644 (file)
@@ -20,8 +20,6 @@
 #ifndef EVORAL_SMF_HPP
 #define EVORAL_SMF_HPP
 
-#include <cassert>
-
 #include <glibmm/threads.h>
 
 #include "evoral/visibility.h"