chore(kernel): remove old #include
This commit is contained in:
parent
af039f420a
commit
818f2f2d4a
3 changed files with 0 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ Author: Leonardo de Moura
|
|||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <limits>
|
||||
#include "util/rc.h"
|
||||
#include "kernel/expr.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ Author: Leonardo de Moura
|
|||
#include "runtime/thread.h"
|
||||
#include "runtime/serializer.h"
|
||||
#include "runtime/hash.h"
|
||||
#include "util/rc.h"
|
||||
#include "util/name.h"
|
||||
#include "util/nat.h"
|
||||
#include "util/buffer.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ Author: Leonardo de Moura
|
|||
#include "runtime/hash.h"
|
||||
#include "util/safe_arith.h"
|
||||
#include "util/buffer.h"
|
||||
#include "util/rc.h"
|
||||
#include "util/list.h"
|
||||
#include "kernel/level.h"
|
||||
#include "kernel/environment.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue