Changeset 57592b3 in git


Ignore:
Timestamp:
Aug 1, 2011, 4:12:00 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
Children:
0fb34bac98f307ec4d8f9571d2ee684b08f93f2c
Parents:
1745e54cd4e59e4a1d1e016ef95357e2e1669a22
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 16:12:00+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:18+01:00
Message:
fix includes for int64vec.h
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r1745e5 r57592b3  
    1212#define GFAN_H
    1313
    14 #include <kernel/int64vec.h>
     14#include <misc/int64vec.h>
    1515
    1616#define p800
  • kernel/walkMain.cc

    r1745e5 r57592b3  
    1111#include <misc/options.h>
    1212#include <misc/intvec.h>
    13 #include <kernel/int64vec.h>
     13#include <misc/int64vec.h>
    1414#include <polys/polys.h>
    1515#include <kernel/ideals.h>
  • kernel/walkMain.h

    r1745e5 r57592b3  
    33
    44#include <misc/intvec.h>
    5 #include <kernel/int64vec.h>
     5#include <misc/int64vec.h>
    66
    77enum WalkState{
Note: See TracChangeset for help on using the changeset viewer.