From 493014c1bedd398905cc33100f36ff559f18509c Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 20 Feb 2024 09:46:05 +0100
Subject: [PATCH] Already defined in chameleon/runtime_struct.h

---
 include/chameleon/struct_context.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/chameleon/struct_context.h b/include/chameleon/struct_context.h
index ea8fde105..fcf8998a7 100644
--- a/include/chameleon/struct_context.h
+++ b/include/chameleon/struct_context.h
@@ -24,17 +24,6 @@
 #include "chameleon/constants.h"
 #include "chameleon/runtime_struct.h"
 
-#if defined(CHAMELEON_USE_MPI)
-#include <mpi.h>
-#else
-#ifndef MPI_Comm
-typedef uintptr_t MPI_Comm;
-#endif
-#ifndef MPI_COMM_WORLD
-#define MPI_COMM_WORLD 0
-#endif
-#endif
-
 BEGIN_C_DECLS
 
 /**
-- 
GitLab