Ignore:
Timestamp:
Dec 22, 2010, 2:53:42 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
6bec875c8867b15f03a3e57036653bb5cc8956ea
Parents:
a2f973393ba43b9dce2c49e8c0643b10b1124c38
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-12-22 14:53:42+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:22+01:00
Message:
FIX: first corrections of #include in polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    ra2f973 r20b794  
    1313#define P_POLYS_H
    1414
    15 #include "ring.h"
    16 #include "polys-impl.h"
     15#include <polys/monomials/ring.h>
     16#include <polys/monomials/polys-impl.h>
    1717
    1818/***************************************************************
     
    11801180 *******************************************************************/
    11811181#include <mylimits.h>
    1182 #include "p_MemCmp.h"
    1183 #include "structs.h"
    1184 #include "ring.h"
    1185 #include <coeffs.h>
     1182#include <polys/templates/p_MemCmp.h>
     1183// #include <polys/structs.h>
     1184#include <polys/monomials/ring.h>
     1185#include <coeffs/coeffs.h>
    11861186
    11871187#if PDEBUG > 0
     
    12071207#define pDivAssume(x)   ((void)0)
    12081208
    1209 #include <omalloc.h>
    1210 #include <coeffs.h>
    1211 #include "p_polys.h"
    1212 #include "p_MemAdd.h"
    1213 #include "p_MemCopy.h"
     1209#include <omalloc/omalloc.h>
     1210#include <coeffs/coeffs.h>
     1211#include <polys/p_polys.h>
     1212#include <polys/templates/p_MemAdd.h>
     1213#include <polys/templates/p_MemCopy.h>
    12141214
    12151215/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.