diff --git a/include/core/cc/ci/resolver/expr.h b/include/core/cc/ci/resolver/expr.h index d35c34b6f..d0a4b1c3c 100644 --- a/include/core/cc/ci/resolver/expr.h +++ b/include/core/cc/ci/resolver/expr.h @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H -#define LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H +#ifndef LILY_CORE_CC_CI_RESOLVER_EXPR_H +#define LILY_CORE_CC_CI_RESOLVER_EXPR_H #include #include @@ -79,4 +79,4 @@ to_literal_integer_value__CIResolverExpr(CIExpr *expr); CIExpr * run__CIResolverExpr(const CIResolverExpr *self, CIExpr *expr); -#endif // LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H +#endif // LILY_CORE_CC_CI_RESOLVER_EXPR_H