diff options
author | David Robillard <d@drobilla.net> | 2012-05-31 06:04:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-31 06:04:50 +0000 |
commit | d7d39078187917779c5474909b62d2f5421e6788 (patch) | |
tree | dc13d94784660d4752a3cbe9470627c0792abe79 /src/include/math_func.h | |
parent | 8b46fd1ff51b29cded517c9c2d166611e8c453fc (diff) | |
parent | 9529f203c09d6dc8f4c2f12c3add9ec906f4bdba (diff) | |
download | blop.lv2-d7d39078187917779c5474909b62d2f5421e6788.tar.gz blop.lv2-d7d39078187917779c5474909b62d2f5421e6788.tar.bz2 blop.lv2-d7d39078187917779c5474909b62d2f5421e6788.zip |
Blip => Blop. I give up trying to give ports new names.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@4485 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/include/math_func.h')
-rw-r--r-- | src/include/math_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/math_func.h b/src/include/math_func.h index 60f7ce0..2e4b6e4 100644 --- a/src/include/math_func.h +++ b/src/include/math_func.h @@ -7,7 +7,7 @@ #define math_func_h #include <math.h> -#include "blop_config.h" +#include "blip_config.h" #ifndef M_PI # define M_PI 3.14159265358979323846 /* pi */ |