Skip to content
Snippets Groups Projects
Commit 5f38deff authored by ilor's avatar ilor
Browse files

prefix include guards in ops/*.h with LIBWCCL_OPS_

parent 9b64d560
Branches
No related merge requests found
#ifndef AND_H
#define AND_H
#ifndef LIBWCCL_OPS_AND_H
#define LIBWCCL_OPS_AND_H
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
......@@ -33,4 +33,4 @@ protected :
};
} /* end ns Wccl */
#endif // AND_H
#endif // LIBWCCL_OPS_AND_H
#ifndef CONSTANT_H
#define CONSTANT_H
#ifndef LIBWCCL_OPS_CONSTANT_H
#define LIBWCCL_OPS_CONSTANT_H
#include <boost/scoped_ptr.hpp>
#include <boost/concept_check.hpp>
......@@ -57,4 +57,4 @@ private:
} /* end ns Wccl */
#endif // CONSTANT_H
#endif // LIBWCCL_OPS_CONSTANT_H
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
#ifndef LIBWCCL_OPS_FUNCTIONS_H
#define LIBWCCL_OPS_FUNCTIONS_H
#include <boost/shared_ptr.hpp>
#include <boost/assert.hpp>
......@@ -53,4 +53,4 @@ public:
} /* end ns Wccl */
#endif // FUNCTIONS_H
#endif // LIBWCCL_OPS_FUNCTIONS_H
#ifndef LOGICALPREDICATE_H
#define LOGICALPREDICATE_H
#ifndef LIBWCCL_OPS_LOGICALPREDICATE_H
#define LIBWCCL_OPS_LOGICALPREDICATE_H
#include <vector>
#include <boost/shared_array.hpp>
......@@ -45,4 +45,4 @@ protected:
} /* end ns Wccl */
#endif // LOGICALPREDICATE_H
#endif // LIBWCCL_OPS_LOGICALPREDICATE_H
#ifndef NOR_H
#define NOR_H
#ifndef LIBWCCL_OPS_NOR_H
#define LIBWCCL_OPS_NOR_H
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
......@@ -35,4 +35,4 @@ protected :
};
} /* end ns Wccl */
#endif // NOR_H
#endif // LIBWCCL_OPS_NOR_H
#ifndef OPERATOR_H
#define OPERATOR_H
#ifndef LIBWCCL_OPS_OPERATOR_H
#define LIBWCCL_OPS_OPERATOR_H
#include <libcorpus2/tagset.h>
#include <unicode/unistr.h>
......@@ -47,4 +47,4 @@ public:
} /* end ns Wccl */
#endif // OPERATOR_H
#endif // LIBWCCL_OPS_OPERATOR_H
#ifndef OR_H
#define OR_H
#ifndef LIBWCCL_OPS_OR_H
#define LIBWCCL_OPS_OR_H
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
......@@ -33,4 +33,4 @@ protected :
};
} /* end ns Wccl */
#endif // OR_H
#endif // LIBWCCL_OPS_OR_H
#ifndef PREDICATE_H
#define PREDICATE_H
#ifndef LIBWCCL_OPS_PREDICATE_H
#define LIBWCCL_OPS_PREDICATE_H
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
......@@ -27,4 +27,4 @@ public:
} /* end ns Wccl */
#endif // PREDICATE_H
#endif // LIBWCCL_OPS_PREDICATE_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