comparison dsp/segmentation/Segmenter.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 bb78ca3fe7de
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
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 16
17 #ifndef _SEGMENTER_H 17 #ifndef QM_DSP_SEGMENTER_H
18 #define _SEGMENTER_H 18 #define QM_DSP_SEGMENTER_H
19 19
20 #include <vector> 20 #include <vector>
21 #include <iostream> 21 #include <iostream>
22 22
23 using std::vector; 23 using std::vector;