13
0

remove unnecessary boost header (we have our own ratio_t)

This commit is contained in:
Paul Davis 2021-10-14 13:11:28 -06:00
parent c831c26c4d
commit bb87ba49d9

View File

@ -22,8 +22,6 @@
#include <cstdlib>
#include <stdint.h>
#include <boost/rational.hpp>
#include "pbd/integer_division.h"
#include "temporal/visibility.h"