Skip to content

Commit

Permalink
Merge pull request #359 from ROCmSoftwarePlatform/release-staging/roc…
Browse files Browse the repository at this point in the history
…m-rel-6.0

removes unnecessary inclusions of unistd.h and sys/types.h
  • Loading branch information
amd-jmacaran authored Nov 20, 2023
2 parents ccd5208 + 0c7efe9 commit bb6171c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions library/src/rocsparse_argdescr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <map>

#include "debug.h"
#include <sys/types.h>
#include <unistd.h>

int64_t rocsparse_get_pid()
{
Expand Down
3 changes: 0 additions & 3 deletions library/src/rocsparse_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
#include "envariables.h"
#include <map>

#include <sys/types.h>
#include <unistd.h>

void rocsparse_message(const char* msg_, const char* function_, const char* file_, int line_)
{
if(rocsparse_debug_variables.get_debug_verbose())
Expand Down

0 comments on commit bb6171c

Please sign in to comment.