Changeset 6aee8f in git


Ignore:
Timestamp:
Oct 26, 2013, 3:17:04 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
68b4d3e3c9d7858d50d0e4e121804fd7a5ccd4c6
Parents:
24aeb0f0f3fe0598b07d6e95f7305327babb98f3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-26 03:17:04+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-26 15:23:16+02:00
Message:
Fixed includes inside omalloc/omRet2Info.c because of its use by omalloc/configure
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omRet2Info.c

    r24aeb0f r6aee8f  
    99
    1010#ifdef HAVE_CONFIG_H
    11 #include <omalloc/omConfig.h>
     11#include "omConfig.h"
    1212#endif
    1313
    1414#ifndef OM_NDEBUG
    1515
    16 #include <omalloc/omDerivedConfig.h>
    17 #include <omalloc/omStructs.h>
    18 #include <omalloc/omRet2Info.h>
    19 #include <omalloc/omGetBackTrace.h>
     16#include "omDerivedConfig.h"
     17#include "omStructs.h"
     18#include "omRet2Info.h"
     19#include "omGetBackTrace.h"
    2020
    2121#ifndef MAXPATHLEN
Note: See TracChangeset for help on using the changeset viewer.