chore: remove unnecessary include of ir_interpreter.h (#9262)

This commit is contained in:
Cameron Zwarich 2025-07-08 11:09:20 -07:00 committed by GitHub
parent cb127b42ac
commit f675ee2062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ Authors: Leonardo de Moura, Sebastian Ullrich
#include "kernel/type_checker.h"
#include "kernel/kernel_exception.h"
#include "library/elab_environment.h"
#include "library/compiler/ir_interpreter.h"
namespace lean {
/* updateBaseAfterKernelAdd (env : Environment) (base : Kernel.Environment) (decl : Declaration) : Environment