summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-05-27 11:57:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-28 10:36:09 +0200
commit755ffd1d43aa81b88a40df2aa3c1effdd3830fa6 (patch)
tree44bd39676a32efbbf13d7f905d30053f4051cd1d /scripts
parent766ce4dcbe1fa710e9d292f30df806a5c73c2d7c (diff)
downloadbarebox-755ffd1d43aa81b88a40df2aa3c1effdd3830fa6.tar.gz
barebox-755ffd1d43aa81b88a40df2aa3c1effdd3830fa6.tar.xz
scripts: compiler.h: don't include <stdint.h> twice
We already include it a few lines further down, so drop it at this location. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/compiler.h b/scripts/compiler.h
index 4cf179bb9b..bd73c7a9a8 100644
--- a/scripts/compiler.h
+++ b/scripts/compiler.h
@@ -13,8 +13,6 @@
defined(__sun__) || \
defined(__APPLE__)
# include <inttypes.h>
-#elif defined(__linux__) || defined(__WIN32__) || defined(__MINGW32__)
-# include <stdint.h>
#endif
#include <errno.h>