source: git/libpolys/polys/templates/p_Procs_Lib.cc @ 22a09d

spielwiese
Last change on this file since 22a09d was 22a09d, checked in by Hans Schoenemann <hannes@…>, 13 years ago
order of includes
  • Property mode set to 100644
File size: 926 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    p_Procs_Lib.cc
6 *  Purpose: source for shared library of p_Procs
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
9 *  Version: $Id$
10 *******************************************************************/
11
12#ifdef DYNAMIC_VERSION
13#define LINKAGE extern "C"
14#else
15#define LINKAGE
16#endif
17
18#include "config.h"
19#include <misc/auxiliary.h>
20
21#ifdef HAVE_FACTORY
22#include <factory/factory.h>
23#endif
24
25#include <polys/monomials/p_polys.h>
26#include <polys/monomials/ring.h>
27#include <polys/templates/p_Procs.h>
28#include <polys/templates/p_Numbers.h>
29#include <polys/templates/p_MemCmp.h>
30#include <polys/templates/p_MemAdd.h>
31#include <polys/templates/p_MemCopy.h>
32#include <polys/kbuckets.h>
33
34#include "templates/p_Procs.inc"
35
Note: See TracBrowser for help on using the repository browser.