comparison layer/TimeValueLayer.h @ 1227:a8e126fe6a53

Guard only
author Chris Cannam
date Thu, 26 Jan 2017 21:16:46 +0000
parents 42217d9c5920
children a34a2a25907c
comparison
equal deleted inserted replaced
1226:6f0d7aa25816 1227:a8e126fe6a53
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 _TIME_VALUE_LAYER_H_ 16 #ifndef SV_TIME_VALUE_LAYER_H
17 #define _TIME_VALUE_LAYER_H_ 17 #define SV_TIME_VALUE_LAYER_H
18 18
19 #include "SingleColourLayer.h" 19 #include "SingleColourLayer.h"
20 #include "VerticalScaleLayer.h" 20 #include "VerticalScaleLayer.h"
21 #include "ColourScaleLayer.h" 21 #include "ColourScaleLayer.h"
22 22