chore(*): unnecessary #includes
This commit is contained in:
parent
1bc7c0812c
commit
2ebf8ab8f1
10 changed files with 0 additions and 10 deletions
|
|
@ -20,7 +20,6 @@ Author: Leonardo de Moura
|
|||
#include "library/choice.h"
|
||||
#include "library/placeholder.h"
|
||||
#include "library/explicit.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/annotation.h"
|
||||
#include "library/sorry.h"
|
||||
#include "frontends/lean/parser.h"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ Author: Leonardo de Moura
|
|||
#include "library/locals.h"
|
||||
#include "library/private.h"
|
||||
#include "library/attribute_manager.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/protected.h"
|
||||
#include "library/message_builder.h"
|
||||
#include "library/aliases.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Authors: Daniel Selsam, Leonardo de Moura
|
|||
#include "kernel/inductive/inductive.h"
|
||||
#include "kernel/abstract.h"
|
||||
#include "kernel/free_vars.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/locals.h"
|
||||
#include "library/attribute_manager.h"
|
||||
#include "library/deep_copy.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ Author: Leonardo de Moura
|
|||
#include "kernel/type_checker.h"
|
||||
#include "library/trace.h"
|
||||
#include "library/documentation.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/vm/vm_nat.h"
|
||||
#include "library/vm/vm_format.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ Author: Leonardo de Moura
|
|||
#include "library/annotation.h"
|
||||
#include "library/aliases.h"
|
||||
#include "library/class.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/expr_pair.h"
|
||||
#include "library/placeholder.h"
|
||||
#include "library/private.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Author: Sebastian Ullrich
|
|||
#include "kernel/abstract.h"
|
||||
#include "library/constants.h"
|
||||
#include "library/attribute_manager.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/tactic/elaborator_exception.h"
|
||||
#include "library/string.h"
|
||||
#include "library/vm/vm_expr.h"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ Author: Leonardo de Moura
|
|||
#include "library/util.h"
|
||||
#include "library/normalize.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/constructions/util.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Author: Leonardo de Moura
|
|||
#include "library/constants.h"
|
||||
#include "library/normalize.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/constructions/util.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Author: Leonardo de Moura
|
|||
#include "library/reducible.h"
|
||||
#include "library/constants.h"
|
||||
#include "library/normalize.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/constructions/util.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Author: Leonardo de Moura
|
|||
#include "library/protected.h"
|
||||
#include "library/normalize.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/constructions/util.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue