Changeset 5e7ae8 in git for dyn_modules/modgen/misc.cc


Ignore:
Timestamp:
Jul 21, 2010, 3:32:25 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
27667b70a3500461f900cc74ee65d7acbdf8ca5c
Parents:
0c0e4f2bde3eb28182fbcccca643deb68e4531e3
Message:
fix includes and path names

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

Legend:

Unmodified
Added
Removed
  • dyn_modules/modgen/misc.cc

    r0c0e4f r5e7ae8  
    546546    fprintf(fp, "#include <sys/stat.h>");
    547547    fprintf(fp, "\n");
    548     fprintf(fp, "#include <mod2.h>\n");
    549     fprintf(fp, "#include <tok.h>\n");
    550     fprintf(fp, "#include <structs.h>\n");
    551     fprintf(fp, "#include <ipid.h>\n\n");
    552     fprintf(fp, "#include <locals.h>\n");
     548    fprintf(fp, "#include <Singular/mod2.h>\n");
     549    fprintf(fp, "#include <Singular/tok.h>\n");
     550    fprintf(fp, "#include <kernel/structs.h>\n");
     551    fprintf(fp, "#include <Singular/ipid.h>\n\n");
     552    fprintf(fp, "#include <Singular/locals.h>\n");
    553553    fprintf(fp, "#include <omalloc.h>\n");
    554554    fprintf(fp, "#include \"%s.h\"\n", module);
Note: See TracChangeset for help on using the changeset viewer.