Skip to content

Commit

Permalink
IBM Z DFLTCC: Simplify includes in dfltcc_detail.h
Browse files Browse the repository at this point in the history
Include zbuild.h instead of the standard headers. Keep stdio.h, since
it's provided only conditionally.

Suggested-by: Nathan Moinvaziri <[email protected]>
  • Loading branch information
iii-i committed Jun 20, 2022
1 parent 23fe867 commit eb0d181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/s390/dfltcc_detail.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <stddef.h>
#include <stdint.h>
#include "../../zbuild.h"
#include <stdio.h>
#include <string.h>

#ifdef HAVE_SYS_SDT_H
#include <sys/sdt.h>
Expand Down

0 comments on commit eb0d181

Please sign in to comment.