summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rw-r--r--librpc/tests/test_ndr.c4
-rw-r--r--librpc/tests/test_ndr_macros.c4
-rw-r--r--librpc/tests/test_ndr_string.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/librpc/tests/test_ndr.c b/librpc/tests/test_ndr.c
index 316c54368a0..a26c75ab053 100644
--- a/librpc/tests/test_ndr.c
+++ b/librpc/tests/test_ndr.c
@@ -32,9 +32,7 @@
* library functions and types.
*
*/
-#include <stdarg.h>
-#include <stddef.h>
-#include <stdint.h>
+#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>
diff --git a/librpc/tests/test_ndr_macros.c b/librpc/tests/test_ndr_macros.c
index 0cd20d3e8f3..337bc95b57a 100644
--- a/librpc/tests/test_ndr_macros.c
+++ b/librpc/tests/test_ndr_macros.c
@@ -32,9 +32,7 @@
* library functions and types.
*
*/
-#include <stdarg.h>
-#include <stddef.h>
-#include <stdint.h>
+#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>
diff --git a/librpc/tests/test_ndr_string.c b/librpc/tests/test_ndr_string.c
index b3b297c550c..571aae42f34 100644
--- a/librpc/tests/test_ndr_string.c
+++ b/librpc/tests/test_ndr_string.c
@@ -32,9 +32,7 @@
* library functions and types.
*
*/
-#include <stdarg.h>
-#include <stddef.h>
-#include <stdint.h>
+#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>