Rename numtype.h to num_type.h

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-09-13 09:07:44 -07:00
parent 573ec5ccc2
commit 18f9378f97
4 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ Author: Leonardo de Moura
#include "kernel/environment.h"
#include "library/arith/int.h"
#include "library/arith/nat.h"
#include "library/arith/numtype.h"
#include "library/arith/num_type.h"
namespace lean {
class int_type_value : public num_type_value {

View file

@ -7,7 +7,7 @@ Author: Leonardo de Moura
#include "kernel/abstract.h"
#include "kernel/environment.h"
#include "library/arith/nat.h"
#include "library/arith/numtype.h"
#include "library/arith/num_type.h"
namespace lean {
class nat_type_value : public num_type_value {

View file

@ -9,7 +9,7 @@ Author: Leonardo de Moura
#include "library/arith/real.h"
#include "library/arith/int.h"
#include "library/arith/nat.h"
#include "library/arith/numtype.h"
#include "library/arith/num_type.h"
namespace lean {
class real_type_value : public num_type_value {