diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/FlacPcm.cxx (renamed from src/decoder/FLAC_PCM.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FLAC_PCM.cxx b/src/decoder/FlacPcm.cxx index 303530aa7..82896bd24 100644 --- a/src/decoder/FLAC_PCM.cxx +++ b/src/decoder/FlacPcm.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "FLAC_PCM.hxx" +#include "FlacPcm.hxx" #include <assert.h> |