Changeset aadd638 in git for libpolys/polys/nc/ncSAMult.h


Ignore:
Timestamp:
May 16, 2017, 3:39:56 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
4e2385b1551ca0774efb333e893713712767757b
Parents:
d2f25007562a1c61c7ece19beeda5e356c703061
Message:
use include ".." for singular related .h, p7
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/ncSAMult.h

    rd2f250 raadd638  
    77#ifdef HAVE_PLURAL
    88
    9 // #include <ncSAMult.h> // for CMultiplier etc classes
    10 
    11 #include <misc/options.h>
    12 #include <polys/monomials/ring.h>
    13 #include <polys/nc/summator.h>// for CPolynomialSummator class
    14 #include <reporter/reporter.h> // for Print!
    15 #include <polys/monomials/p_polys.h>
    16 #include <polys/operations/p_Mult_q.h>
    17 
    18 //#include <polys/nc/ncSACache.h> // for CCacheHash etc classes
    19 #include <polys/nc/ncSAFormula.h> // for CFormulaPowerMultiplier and enum Enum_ncSAType
     9#include "misc/options.h"
     10#include "polys/monomials/ring.h"
     11#include "polys/nc/summator.h"// for CPolynomialSummator class
     12#include "reporter/reporter.h" // for Print!
     13#include "polys/monomials/p_polys.h"
     14#include "polys/operations/p_Mult_q.h"
     15
     16#include "polys/nc/ncSAFormula.h" // for CFormulaPowerMultiplier and enum Enum_ncSAType
    2017
    2118// //////////////////////////////////////////////////////////////////////// //
Note: See TracChangeset for help on using the changeset viewer.