Changeset 0bef380 in git for Singular/mpsr.h


Ignore:
Timestamp:
Jul 23, 2010, 11:42:58 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
4aba60667537bb3d83754846c03a3fbc488108aa
Parents:
562b0c9545c1092666922dfc0979b71a2c7dd225
Message:
fix inckudes

git-svn-id: file:///usr/local/Singular/svn/trunk@13060 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mpsr.h

    r562b0c9 r0bef380  
    1818
    1919// now the MP include stuff (is surrounded by ifndef there)
    20 #include"MP.h"
    21 
    22 #include"MPT.h"
     20#include <MP.h>
     21
     22#include <MPT.h>
    2323#include <kernel/structs.h>
    24 #include"subexpr.h"
     24#include "subexpr.h"
    2525#include <omalloc.h>
    2626#include <kernel/polys.h>
Note: See TracChangeset for help on using the changeset viewer.