comparison base/Scavenger.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents 48e9f538e6e9
children
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
17 This is a modified version of a source file from the 17 This is a modified version of a source file from the
18 Rosegarden MIDI and audio sequencer and notation editor. 18 Rosegarden MIDI and audio sequencer and notation editor.
19 This file copyright 2000-2006 Chris Cannam. 19 This file copyright 2000-2006 Chris Cannam.
20 */ 20 */
21 21
22 #ifndef _SCAVENGER_H_ 22 #ifndef SV_SCAVENGER_H
23 #define _SCAVENGER_H_ 23 #define SV_SCAVENGER_H
24 24
25 #include "system/System.h" 25 #include "system/System.h"
26 26
27 #include <vector> 27 #include <vector>
28 #include <list> 28 #include <list>