comparison data/model/NoteModel.h @ 1495:6965c83c8fa7

Couple of include guards
author Chris Cannam
date Mon, 13 Aug 2018 11:43:38 +0100
parents 48e9f538e6e9
children c01cbe41aeb5
comparison
equal deleted inserted replaced
1494:0d4f1fcad97a 1495:6965c83c8fa7
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 _NOTE_MODEL_H_ 16 #ifndef SV_NOTE_MODEL_H
17 #define _NOTE_MODEL_H_ 17 #define SV_NOTE_MODEL_H
18 18
19 #include "IntervalModel.h" 19 #include "IntervalModel.h"
20 #include "NoteData.h" 20 #include "NoteData.h"
21 #include "base/RealTime.h" 21 #include "base/RealTime.h"
22 #include "base/PlayParameterRepository.h" 22 #include "base/PlayParameterRepository.h"