Ignore:
Timestamp:
Mar 31, 2014, 9:07:32 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
02893b2fb3cd9038b93940ce91682d5406303c4f92917e655d6f54a67e1964d9a48f53335fa38d64
Parents:
186f01fd075fee5f48b1542775dc859cade68221
Message:
Minor header correction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/groebner_walk/walkMain.cc

    r186f01 rfd1b1be  
    66 *
    77*/
    8 #include <string.h>
    9 
    10 
    11 
    128#include <kernel/mod2.h>
     9
    1310#include <misc/options.h>
    1411#include <misc/intvec.h>
    1512#include <misc/int64vec.h>
     13
     14#include <polys/prCopy.h>
     15#include <polys/matpol.h>
     16#include <polys/monomials/ring.h>
     17
    1618#include <kernel/polys.h>
    1719#include <kernel/ideals.h>
    18 #include <polys/monomials/ring.h>
    1920#include <kernel/groebner_walk/walkMain.h>
    2021#include <kernel/groebner_walk/walkSupport.h>
    21 #include <polys/prCopy.h>
    2222#include <kernel/GBEngine/kstd1.h>
    23 #include <polys/matpol.h>
    24 #include <polys/monomials/ring.h>
    25 
     23
     24#include <string.h>
    2625
    2726///////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.