summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-19 20:44:58 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-19 21:11:09 +0100
commit98eff5513ea8a3523c05a93abd28d64a89e6fb80 (patch)
tree3b7b8835ab5e445e2fb53130fa7ae360e705cf92 /dbus
parent36038fb1263c64a58b439e43a19d9d164d366601 (diff)
downloaddbus-98eff5513ea8a3523c05a93abd28d64a89e6fb80.tar.gz
build: Assume stdint.h is provided
We now require a (mostly-)C99 compiler, meaning we can rely on having Standard C stdint.h. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-hash.h2
-rw-r--r--dbus/dbus-pipe.h2
-rw-r--r--dbus/dbus-sysdeps.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/dbus/dbus-hash.h b/dbus/dbus-hash.h
index ea6fef0d..dc36633a 100644
--- a/dbus/dbus-hash.h
+++ b/dbus/dbus-hash.h
@@ -24,9 +24,7 @@
#ifndef DBUS_HASH_H
#define DBUS_HASH_H
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
diff --git a/dbus/dbus-pipe.h b/dbus/dbus-pipe.h
index 637d29ea..a0ff072b 100644
--- a/dbus/dbus-pipe.h
+++ b/dbus/dbus-pipe.h
@@ -25,9 +25,7 @@
#ifndef DBUS_PIPE_H
#define DBUS_PIPE_H
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h
index 5270a5de..7023ea71 100644
--- a/dbus/dbus-sysdeps.h
+++ b/dbus/dbus-sysdeps.h
@@ -30,9 +30,7 @@
#include "config.h"
#endif
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>