Changeset 96dff7 in git


Ignore:
Timestamp:
Apr 4, 2007, 2:38:07 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
6aacb6ec1c02a099f2c7d191a1bd852cfcd75a75
Parents:
bcc0f6fb699176de24093f7aa91774e35f2c6037
Message:
*hannes: include cleanup


git-svn-id: file:///usr/local/Singular/svn/trunk@9969 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    rbcc0f6 r96dff7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.122 2007-03-10 15:14:15 Singular Exp $ */
     4/* $Id: grammar.y,v 1.123 2007-04-04 12:38:07 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    3232#include "numbers.h"
    3333#include "polys.h"
    34 #include "weight.h"
    3534#include "stairc.h"
    3635#include "timer.h"
  • Singular/ipassign.cc

    rbcc0f6 r96dff7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipassign.cc,v 1.89 2007-02-05 17:10:50 Singular Exp $ */
     4/* $Id: ipassign.cc,v 1.90 2007-04-04 12:38:07 Singular Exp $ */
    55
    66/*
     
    2828#include "lists.h"
    2929#include "numbers.h"
    30 //#include "modulop.h"
    3130#include "longalg.h"
    3231#include "stairc.h"
    3332#include "maps.h"
    3433#include "syz.h"
    35 #include "weight.h"
     34//#include "weight.h"
    3635#include "ipconv.h"
    3736#include "attrib.h"
Note: See TracChangeset for help on using the changeset viewer.