Changeset 89f4843 in git for xalloc


Ignore:
Timestamp:
May 31, 2017, 3:34:23 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1f72e06603a04914579699c90219303182c145d5
Parents:
fc5529daa0eccff5838b233086b49a00790dff79
Message:
use include ".." for singular related .h, p10, register ->REGISTER
Location:
xalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xalloc/omallocClass.cc

    rfc5529 r89f4843  
    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.
  • xalloc/omallocClass.h

    rfc5529 r89f4843  
    1313#include <new>
    1414#include <stdlib.h>
    15 #include <omalloc/omalloc.h>
     15#include "omalloc/omalloc.h"
    1616
    1717class omallocClass
Note: See TracChangeset for help on using the changeset viewer.