Ignore:
Timestamp:
Nov 29, 2014, 7:57:05 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
a3cc3fc3171dee60192b2d6a9f0049cc7bed99a8
Parents:
2206753e05a96ad86c2ff231f55a8d71d57edeae
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-29 19:57:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:49:40+01:00
Message:
Fix including "libpolys/" and removal of unnecessary header includes + minor cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/operations/p_Mult_q.cc

    r2206753 r810491  
    99 *******************************************************************/
    1010
    11 
    12 
    1311#include <misc/auxiliary.h>
    14 
    1512#include <factory/factory.h>
    1613
     
    1815
    1916#include <polys/monomials/p_polys.h>
     17#include <polys/kbuckets.h>
     18
    2019#include <polys/templates/p_Procs.h>
    2120#include <polys/templates/p_MemCmp.h>
    2221#include <polys/templates/p_MemAdd.h>
    2322#include <polys/templates/p_MemCopy.h>
    24 #include <polys/templates/p_Numbers.h>
    25 #include <polys/kbuckets.h>
    2623
    2724#include "p_Mult_q.h"
Note: See TracChangeset for help on using the changeset viewer.