Skip to content

Commit

Permalink
utils: cleanup includes in utils.h
Browse files Browse the repository at this point in the history
There a plenty of includes which are not necessary. Remove them.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Jul 17, 2024
1 parent 8642be4 commit f9050af
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions util/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,13 @@
/*
* Copyright (c) Micron, Inc 2024.
*
* @file: micron-utils.h
* @file: utils.h
* @brief: This module contains all the utilities needed for other modules.
* @author: Chaithanya Shoba <[email protected]>
*/

#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
#include <libgen.h>
#include <stddef.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "common.h"
#include "nvme.h"
#include "libnvme.h"
#include <limits.h>
#include "linux/types.h"
#include "nvme-print.h"
#include "util/cleanup.h"

/*Request data format*/
struct __packed request_data {
Expand Down

0 comments on commit f9050af

Please sign in to comment.