Mercurial > hg > qm-dsp
comparison dsp/transforms/DCT.h @ 489:701233f8ed41
Make include-guards consistent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:48:37 +0100 |
parents | 4ae4229a074a |
children |
comparison
equal
deleted
inserted
replaced
488:7992d0923626 | 489:701233f8ed41 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef DCT_H | 16 #ifndef QM_DSP_DCT_H |
17 #define DCT_H | 17 #define QM_DSP_DCT_H |
18 | 18 |
19 #include "FFT.h" | 19 #include "FFT.h" |
20 | 20 |
21 #include <vector> | 21 #include <vector> |
22 | 22 |