comparison dsp/keydetection/GetKeyMode.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 d48276a3ae24
children af5b7ef02aa7
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
8 published by the Free Software Foundation; either version 2 of the 8 published by the Free Software Foundation; either version 2 of the
9 License, or (at your option) any later version. See the file 9 License, or (at your option) any later version. See the file
10 COPYING included with this distribution for more information. 10 COPYING included with this distribution for more information.
11 */ 11 */
12 12
13 #ifndef GETKEYMODE_H 13 #ifndef QM_DSP_GETKEYMODE_H
14 #define GETKEYMODE_H 14 #define QM_DSP_GETKEYMODE_H
15 15
16 16
17 #include "dsp/rateconversion/Decimator.h" 17 #include "dsp/rateconversion/Decimator.h"
18 #include "dsp/chromagram/Chromagram.h" 18 #include "dsp/chromagram/Chromagram.h"
19 19