refactor: LinearArith/Basic.lean => LinearArith/Solver.lean

This commit is contained in:
Leonardo de Moura 2022-02-25 16:35:36 -08:00
parent cd710e903e
commit 38da48c5cf
2 changed files with 1 additions and 1 deletions

View file

@ -3,5 +3,5 @@ Copyright (c) 2022 Sebastian Ullrich. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Sebastian Ullrich
-/
import Lean.Meta.Tactic.LinearArith.Basic
import Lean.Meta.Tactic.LinearArith.Solver
import Lean.Meta.Tactic.LinearArith.Nat