Skip to content
Snippets Groups Projects
Commit 95d0a753 authored by ilor's avatar ilor
Browse files

prefix include guards in parser/*.h with LIBWCCL_PARSER_

parent 5f38deff
No related merge requests found
#ifndef PARSER_H
#define PARSER_H
#ifndef LIBWCCL_PARSER_PARSER_H
#define LIBWCCL_PARSER_PARSER_H
#include <sstream>
#include <libcorpus2/tagset.h>
......@@ -25,4 +25,4 @@ private:
const Corpus2::Tagset &tagset;
};
#endif // PARSER_H
#endif // LIBWCCL_PARSER_PARSER_H
#ifndef PARSEREXCEPTION_H
#define PARSEREXCEPTION_H
#ifndef LIBWCCL_PARSER_PARSEREXCEPTION_H
#define LIBWCCL_PARSER_PARSEREXCEPTION_H
#include <string>
......@@ -15,4 +15,4 @@ private:
std::string msg;
};
#endif // PARSEREXCEPTION_H
#endif // LIBWCCL_PARSER_PARSEREXCEPTION_H
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment