Changeset a472b9 in git


Ignore:
Timestamp:
Jun 12, 1998, 4:33:57 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
64df343f221b1ac2d950b0ce92639e779504ea73
Parents:
fe8859fbe4ca43e2c77610451c5caa51dd08553b
Message:
	* gfops.cc, int_int.cc, readcf.y: order of includes fixed


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

Legend:

Unmodified
Added
Removed
  • factory/gfops.cc

    rfe8859f ra472b9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gfops.cc,v 1.4 1998-06-03 11:47:56 Singular Exp $ */
     2/* $Id: gfops.cc,v 1.5 1998-06-12 14:33:41 schmidt Exp $ */
    33
    44#include <config.h>
     
    1010
    1111#include "cf_defs.h"
    12 #include "gfops.h"
    1312#include "gf_tabutil.h"
    1413#include "cf_util.h"
     
    1817#include "singext.h"
    1918#endif
     19#include "gfops.h"
    2020
    2121
  • factory/int_int.cc

    rfe8859f ra472b9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_int.cc,v 1.12 1998-03-17 15:56:04 schmidt Exp $ */
     2/* $Id: int_int.cc,v 1.13 1998-06-12 14:33:50 schmidt Exp $ */
    33
    44#include <config.h>
    55
     6#include "canonicalform.h"
    67#include "imm.h"
    78#include "int_int.h"
     
    910#include "cf_gmp.h"
    1011#include "gmpext.h"
    11 #include "canonicalform.h"
    1212 
    1313InternalInteger::InternalInteger()
  • factory/readcf.y

    rfe8859f ra472b9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: readcf.y,v 1.7 1998-06-03 12:51:40 pohl Exp $ */
     2/* $Id: readcf.y,v 1.8 1998-06-12 14:33:57 schmidt Exp $ */
    33
    44%{
     
    1717#include "assert.h"
    1818
     19#include "canonicalform.h"
    1920#include "cf_defs.h"
    2021#include "gfops.h"
    21 #include "canonicalform.h"
    2222#include "parseutil.h"
    2323#include "variable.h"
Note: See TracChangeset for help on using the changeset viewer.