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

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents c811991a5efa
children
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
18 This file copyright 2000-2006 Chris Cannam, Guillaume Laurent, 18 This file copyright 2000-2006 Chris Cannam, Guillaume Laurent,
19 and QMUL. 19 and QMUL.
20 */ 20 */
21 21
22 22
23 #ifndef _PROFILER_H_ 23 #ifndef SV_PROFILER_H
24 #define _PROFILER_H_ 24 #define SV_PROFILER_H
25 25
26 #include "system/System.h" 26 #include "system/System.h"
27 27
28 #include <map> 28 #include <map>
29 29