Skip to content

Commit 87b1348

Browse files
committed
Rename utils_examples.h to examples_utils.h
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 0c75c07 commit 87b1348

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

examples/memspace_hmat/memspace_hmat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <stdio.h>
1616
#include <string.h>
1717

18-
#include "utils_examples.h"
18+
#include "examples_utils.h"
1919

2020
// Function to create a memory provider which allocates memory from the specified NUMA node
2121
int createMemoryProvider(umf_memory_provider_handle_t *hProvider,

examples/memspace_numa/memspace_numa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <stdio.h>
1616
#include <string.h>
1717

18-
#include "utils_examples.h"
18+
#include "examples_utils.h"
1919

2020
// Function to create a memory provider which allocates memory from the specified NUMA node
2121
// by using umfMemspaceCreateFromNumaArray

0 commit comments

Comments
 (0)