From f58ee336ed2d49a39c9e6f3f3bbbca993ba4c497 Mon Sep 17 00:00:00 2001 From: ydah Date: Tue, 7 May 2024 11:30:48 +0900 Subject: [PATCH] Use include target `destructors.h` instead of `printers.h` --- spec/fixtures/integration/destructors.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/integration/destructors.l b/spec/fixtures/integration/destructors.l index c9ad7dc2..b9069e92 100644 --- a/spec/fixtures/integration/destructors.l +++ b/spec/fixtures/integration/destructors.l @@ -4,7 +4,7 @@ #include #include -#include "printers.h" +#include "destructors.h" int yycolumn = 0;