Skip to content

Commit f9050af

Browse files
committed
utils: cleanup includes in utils.h
There a plenty of includes which are not necessary. Remove them. Signed-off-by: Daniel Wagner <dwagner@suse.de>
1 parent 8642be4 commit f9050af

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

util/utils.h

+1-19
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,13 @@
22
/*
33
* Copyright (c) Micron, Inc 2024.
44
*
5-
* @file: micron-utils.h
5+
* @file: utils.h
66
* @brief: This module contains all the utilities needed for other modules.
77
* @author: Chaithanya Shoba <ashoba@micron.com>
88
*/
99

10-
#include <stdio.h>
11-
#include <string.h>
12-
#include <ctype.h>
13-
#include <stdlib.h>
14-
#include <errno.h>
15-
#include <fcntl.h>
16-
#include <unistd.h>
17-
#include <time.h>
18-
#include <string.h>
19-
#include <libgen.h>
20-
#include <stddef.h>
21-
#include <sys/types.h>
22-
#include <sys/stat.h>
2310
#include "common.h"
24-
#include "nvme.h"
25-
#include "libnvme.h"
26-
#include <limits.h>
27-
#include "linux/types.h"
2811
#include "nvme-print.h"
29-
#include "util/cleanup.h"
3012

3113
/*Request data format*/
3214
struct __packed request_data {

0 commit comments

Comments
 (0)