Changeset 0c6947 in git


Ignore:
Timestamp:
Mar 27, 2012, 7:01:35 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e197f51703da5cda44324097bd41e1c9b43a7f80
Parents:
1dad21c066b4ad4f763b430a27d71967c12754f3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-27 19:01:35+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-27 19:32:36+02:00
Message:
fix includes of 'resources/feFopen.h'
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r1dad21 r0c6947  
    1414#include <reporter/reporter.h>
    1515
    16 #include <resources/feFopen.h>
     16#include <findexec/feFopen.h>
    1717#include <findexec/feResource.h>
    1818
  • kernel/test.cc

    r1dad21 r0c6947  
    1515#include <reporter/reporter.h>
    1616
    17 #include <resources/feFopen.h>
     17#include <findexec/feFopen.h>
    1818#include <findexec/feResource.h>
    1919
  • libpolys/misc/intvec.cc

    r1dad21 r0c6947  
    1212#include <misc/auxiliary.h>
    1313
    14 // #include <resources/feFopen.h>
     14// #include <findexec/feFopen.h>
    1515#include <misc/intvec.h>
    1616#include <omalloc/omalloc.h>
Note: See TracChangeset for help on using the changeset viewer.