Changeset 599326 in git for kernel/p_polys.h


Ignore:
Timestamp:
Jul 17, 2010, 10:38:50 PM (14 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3c473cd1025f9dec9b7bf4cbe33d713158cac80f
Parents:
141b46d25737d79123bd198ebe5c05ea65afd1bf
Message:
Anne, Kai, Frank: 
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
                  


git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/p_polys.h

    r141b46d r599326  
    1313#define P_POLYS_H
    1414
    15 #include "structs.h"
    16 #include "polys-impl.h"
     15#include <kernel/structs.h>
     16#include <kernel/polys-impl.h>
    1717/*
    1818 Some general remarks:
     
    448448#endif
    449449
    450 #include "pInline2.h"
    451 #include "pInline1.h"
     450#include <kernel/pInline2.h>
     451#include <kernel/pInline1.h>
    452452
    453453#endif // P_POLYS_H
Note: See TracChangeset for help on using the changeset viewer.