src/ucx/map.h

changeset 259
2f5dea574a75
parent 253
e19825a1430a
child 277
f819fe5e20f5
--- a/src/ucx/map.h	Sat Oct 28 11:25:27 2017 +0200
+++ b/src/ucx/map.h	Sat Oct 28 15:43:51 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2017 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -41,9 +41,9 @@
 #ifndef UCX_MAP_H
 #define	UCX_MAP_H
 
-#include <ucx/ucx.h>
-#include <ucx/string.h>
-#include <ucx/allocator.h>
+#include "ucx.h"
+#include "string.h"
+#include "allocator.h"
 #include <stdio.h>
 
 #ifdef	__cplusplus

mercurial