Skip to content
Snippets Groups Projects
Commit aab45dd4 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix another header include guard.

parent 3c3cf93c
Branches
No related merge requests found
#ifndef LIBWCCL_OPS_RELABEL_DELETE_H
#define LIBWCCL_OPS_RELABEL_DELETE_H
#ifndef LIBWCCL_OPS_ACTIONS_UNIFY_H
#define LIBWCCL_OPS_ACTIONS_UNIFY_H
#include <libwccl/ops/action.h>
#include <libwccl/values/position.h>
......@@ -69,4 +69,4 @@ private:
} /* end ns Wccl */
#endif // LIBWCCL_OPS_RELABEL_DELETE_H
#endif // LIBWCCL_OPS_ACTIONS_UNIFY_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