Changeset 991dd9 in git for omalloc


Ignore:
Timestamp:
May 15, 2017, 5:56:49 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
86ac3fc5b09bc9ebd8dd6d386eb7b4f97d29ee9c
Parents:
d187acea187f650d5ea75eff73e372397d6121bc
Message:
use include ".." for singular related .h, p5
Location:
omalloc
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocPrivate.h

    rd187ac r991dd9  
    88#ifndef OM_ALLOC_PRIVATE_H
    99#define OM_ALLOC_PRIVATE_H
    10 #include <omalloc/omAllocSystem.h>
     10#include "omalloc/omAllocSystem.h"
    1111
    1212/*******************************************************************
  • omalloc/om_Alloc.c

    rd187ac r991dd9  
    1818omSpecBin om_SpecBin = NULL;
    1919
    20 #include <omalloc/omTables.inc>
     20#include "omalloc/omTables.inc"
    2121
    2222
  • omalloc/omalloc.h

    rd187ac r991dd9  
    5050#include "omBinPage.h"
    5151#include "omAllocSystem.h"
    52 #include <omalloc/omTables.h>
     52#include "omalloc/omTables.h"
    5353#include "omAllocPrivate.h"
    5454#include "omDebug.h"
  • omalloc/omallocClass.cc

    rd187ac r991dd9  
    1010#include <new>
    1111#include <stdlib.h>
    12 #include <omalloc/omallocClass.h>
     12#include "omalloc/omallocClass.h"
    1313
    1414// The C++ standard has ratified a change to the new operator.
  • omalloc/omallocClass.h

    rd187ac r991dd9  
    1313#include <new>
    1414#include <stdlib.h>
    15 #include <omalloc/omalloc.h>
     15#include "omalloc/omalloc.h"
    1616
    1717class omallocClass
  • omalloc/omalloc_debug.c

    rd187ac r991dd9  
    1616#endif
    1717
    18 #include <omalloc/omalloc.c>
     18#include "omalloc/omalloc.c"
  • omalloc/omalloc_provide.c

    rd187ac r991dd9  
    1010#if OM_PROVIDE_MALLOC > 0
    1111#if OM_PROVIDE_MALLOC > 1
    12 #include <omalloc/omalloc_debug.c>
     12#include "omalloc/omalloc_debug.c"
    1313#else
    14 #include <omalloc/omalloc.c>
     14#include "omalloc/omalloc.c"
    1515#endif
    1616#endif
  • omalloc/omtTestDebug.c

    rd187ac r991dd9  
    11#define TEST_CHECK
    2 #include <omalloc/omtTestAlloc.c>
     2#include "omalloc/omtTestAlloc.c"
  • omalloc/omtTestReal.c

    rd187ac r991dd9  
    1 #include <omalloc/omtTestAlloc.c>
     1#include "omalloc/omtTestAlloc.c"
Note: See TracChangeset for help on using the changeset viewer.