src/ucx/utils.h

changeset 259
2f5dea574a75
parent 251
fae240d633fc
child 285
7be3ae7ffb58
     1.1 --- a/src/ucx/utils.h	Sat Oct 28 11:25:27 2017 +0200
     1.2 +++ b/src/ucx/utils.h	Sat Oct 28 15:43:51 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6   *
     1.7 - * Copyright 2017 Olaf Wintermann. All rights reserved.
     1.8 + * Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
     1.9   *
    1.10   * Redistribution and use in source and binary forms, with or without
    1.11   * modification, are permitted provided that the following conditions are met:
    1.12 @@ -42,9 +42,9 @@
    1.13  extern "C" {
    1.14  #endif
    1.15  
    1.16 -#include <ucx/ucx.h>
    1.17 -#include <ucx/string.h>
    1.18 -#include <ucx/allocator.h>
    1.19 +#include "ucx.h"
    1.20 +#include "string.h"
    1.21 +#include "allocator.h"
    1.22  #include <inttypes.h>
    1.23  #include <string.h>
    1.24  #include <stdarg.h>

mercurial