From 75f3373b34c6ec12abf16e11ec43c37a313ff10b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 1 Jun 2022 14:20:27 +0200 Subject: [PATCH] mapi: remove needless c99_compat.h includes Reviewed-by: Jesse Natalie Reviewed-by: Alyssa Rosenzweig Reviewed-by: Eric Engestrom Part-of: --- src/mapi/table.h | 1 - src/mapi/u_current.h | 1 - src/mapi/u_execmem.c | 1 - 3 files changed, 3 deletions(-) diff --git a/src/mapi/table.h b/src/mapi/table.h index f488b6d8a75..fd70cc4106d 100644 --- a/src/mapi/table.h +++ b/src/mapi/table.h @@ -28,7 +28,6 @@ #ifndef _TABLE_H_ #define _TABLE_H_ -#include "c99_compat.h" #include "entry.h" #define MAPI_TMP_TABLE diff --git a/src/mapi/u_current.h b/src/mapi/u_current.h index a717162a755..a21a0779ae0 100644 --- a/src/mapi/u_current.h +++ b/src/mapi/u_current.h @@ -1,7 +1,6 @@ #ifndef _U_CURRENT_H_ #define _U_CURRENT_H_ -#include "c99_compat.h" #include "util/macros.h" diff --git a/src/mapi/u_execmem.c b/src/mapi/u_execmem.c index 2bb63d02b26..60fe678e58c 100644 --- a/src/mapi/u_execmem.c +++ b/src/mapi/u_execmem.c @@ -32,7 +32,6 @@ */ -#include "c99_compat.h" #include "c11/threads.h" #include "u_execmem.h"