Skip to content

Commit 2c13515

Browse files
authored
Update sde_h2c_simple.c to fix double include sde_utility.h file (#721)
1 parent f404c5b commit 2c13515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hdk/cl/examples/cl_sde/software/src/sde_h2c_simple.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#include <sde_utility.h>
5050
#include <utils/log.h>
5151
#include <string.h>
52-
#include <sde_utility.h>
5352
#include <stdlib.h>
5453

5554
#define H2C_DESC_COALESCE_CNT 32
@@ -129,4 +128,4 @@ void print_timing(double start_time, int pkt_size, size_t num_packets) {
129128
printf ("Total Number of Packets: %ld\n", num_packets);
130129
printf ("h2c_mpps: %.3f MPPS\n", h2c_mpps);
131130
printf ("h2c BW: %.3f GB/s\n", h2c_bw);
132-
}
131+
}

0 commit comments

Comments
 (0)