Changeset 2a9ae7 in git


Ignore:
Timestamp:
Aug 17, 2010, 9:38:28 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0f4cea42a23350c26fd4412d806c25ba0c6974cd
Parents:
841fec7b8eecb88e58aae1481d519869240e3f4f
Message:
fix include

git-svn-id: file:///usr/local/Singular/svn/trunk@13123 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/longrat.h

    r841fec r2a9ae7  
    9393#endif
    9494
    95 #ifndef OM_ALLOC_H
    96 struct omBin_s;
    97 #endif
    98 extern omBin_s* rnumber_bin;
     95extern omBin rnumber_bin;
    9996
    10097// in-place operations
  • kernel/tgb_internal.h

    r841fec r2a9ae7  
    99 * ABSTRACT: tgb internal .h file
    1010*/
    11 #include <omalloc/omalloc.h>
     11#include <omalloc.h>
    1212#include <kernel/p_polys.h>
    1313
Note: See TracChangeset for help on using the changeset viewer.