comparison rdf/RDFFeatureWriter.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents c01cbe41aeb5
children
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
15 published by the Free Software Foundation; either version 2 of the 15 published by the Free Software Foundation; either version 2 of the
16 License, or (at your option) any later version. See the file 16 License, or (at your option) any later version. See the file
17 COPYING included with this distribution for more information. 17 COPYING included with this distribution for more information.
18 */ 18 */
19 19
20 #ifndef _RDF_FEATURE_WRITER_H_ 20 #ifndef SV_RDF_FEATURE_WRITER_H
21 #define _RDF_FEATURE_WRITER_H_ 21 #define SV_RDF_FEATURE_WRITER_H
22 22
23 #include <string> 23 #include <string>
24 #include <map> 24 #include <map>
25 #include <set> 25 #include <set>
26 26