diff options
author | Chris Robinson <[email protected]> | 2019-07-29 08:16:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 08:21:38 -0700 |
commit | 40e937c63a2a74ef2ff94ba8a056cce0a07832ed (patch) | |
tree | 9c9893bde95c5a6c2b2d73d4fb7e0745290cd63c /examples/alrecord.c | |
parent | d38d2553649555714bfe20f8ca72614974993d47 (diff) |
Cleanup the examples' includes
Diffstat (limited to 'examples/alrecord.c')
-rw-r--r-- | examples/alrecord.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/alrecord.c b/examples/alrecord.c index c4984f99..d65414c9 100644 --- a/examples/alrecord.c +++ b/examples/alrecord.c @@ -28,7 +28,6 @@ #include <stdlib.h> #include <stdio.h> #include <errno.h> -#include <math.h> #include "AL/al.h" #include "AL/alc.h" |