diff options
author | rekado <rekado@elephly.net> | 2013-01-25 18:27:11 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-25 18:27:11 +0800 |
commit | f99864d4927f1226a496c93a10ae49a2f63ac739 (patch) | |
tree | 4955ce7606f9bd5709c557a89c04d63e158d0241 /src/mdaPiano.cpp | |
parent | 153543e73129ca6cdfa9fc001105240d8a534f25 (diff) |
remove unneeded headers
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r-- | src/mdaPiano.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp index 8f2154b..3b2fc1c 100644 --- a/src/mdaPiano.cpp +++ b/src/mdaPiano.cpp @@ -17,9 +17,6 @@ #include "mdaPiano.h" #include <cstdlib> //for exit -#include <stdio.h> -#include <math.h> - #define STRING_BUF 2048 mdaPiano::mdaPiano(double rate) |