refactor(frontends/lean): rename lean.lua to lean.lua.h
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e5f53595b6
commit
e91fdaed00
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Author: Leonardo de Moura
|
|||
#include "library/arith/register_module.h"
|
||||
#include "library/tactic/register_module.h"
|
||||
#include "frontends/lean/register_module.h"
|
||||
#include "frontends/lua/lean.lua"
|
||||
#include "frontends/lua/lean.lua.h"
|
||||
|
||||
namespace lean {
|
||||
void register_modules() {
|
||||
|
|
Loading…
Reference in a new issue