From 817b5a7a011c63f1dbc964acae7ffcf8ee3fd094 Mon Sep 17 00:00:00 2001
From: "raphael.bach" <raphael.bach@etu.hesge.ch>
Date: Sat, 14 May 2022 20:46:09 +0200
Subject: [PATCH] Update `fmpi.h`

---
 include/fmpi.h | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/include/fmpi.h b/include/fmpi.h
index 682ff2d..41260c1 100644
--- a/include/fmpi.h
+++ b/include/fmpi.h
@@ -4,6 +4,8 @@
  * @license{
  * BSD Zero Clause License
  *
+ * Copyright (c) 2022 by Raphael Bach
+ *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted.
  *
@@ -25,13 +27,10 @@
     INCLUDE
 ==============================================================================*/
 // Internal
-#include "fmpi_ctx.h"
-#include "fmpi_futhark.h"
-#include "fmpi_mpi.h"
+#include "fmpi_core.h"
+#include "fmpi_data.h"
 #include "fmpi_reduce.h"
-/*==============================================================================
-    PUBLIC FUNCTION
-==============================================================================*/
+#include "fmpi_task.h"
 /*==============================================================================
     GUARD
 ==============================================================================*/
-- 
GitLab