diff options
| author | Michael Rodenhurst <thorn@osirion.org> | 2012-01-04 17:51:19 +0000 |
|---|---|---|
| committer | Michael Rodenhurst <thorn@osirion.org> | 2012-01-04 17:51:19 +0000 |
| commit | 9329710f6f17e2c0aa452bf5a2537151a8b8dfa6 (patch) | |
| tree | 8b129d58dac818c293e0bc438cbcfd371b15ec21 | |
| parent | 4ab25091da582b5632e17340b26cfdbe59d08c72 (diff) | |
Remove unnecessary include of wavfile.h
| -rw-r--r-- | src/audio/pcm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio/pcm.cc b/src/audio/pcm.cc index 2ef7381..dae5389 100644 --- a/src/audio/pcm.cc +++ b/src/audio/pcm.cc @@ -10,7 +10,6 @@ #include <cassert> #include "audio/pcm.h" -#include "audio/wavfile.h" namespace audio { |
