chore(library/compiler/inliner): fix weird include
This commit is contained in:
parent
65cb5e2bea
commit
8e8232605a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,12 +5,12 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include <string>
|
||||
#include <library/attribute_manager.h>
|
||||
#include "kernel/inductive/inductive.h"
|
||||
#include "library/util.h"
|
||||
#include "library/module.h"
|
||||
#include "library/trace.h"
|
||||
#include "library/normalize.h"
|
||||
#include "library/attribute_manager.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue