commit fcb7e9e8782548326764bf01c85d8c0932b350c9
parent cafbee574f57ca35bcf6b9168e5087e89c5f8280
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 20 Jul 2022 11:20:36 +0200
Clean inclusions
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/rnatm_c.h b/src/rnatm_c.h
@@ -21,13 +21,12 @@
#ifndef RNATM_C_H
#define RNATM_C_H
-#include "rnatm.h"
-
#include <rsys/dynamic_array.h>
#include <rsys/logger.h>
#include <rsys/ref_count.h>
#include <rsys/str.h>
+struct rnatm_create_args;
struct rnsf;
/*******************************************************************************
diff --git a/src/rnatm_mesh.c b/src/rnatm_mesh.c
@@ -18,6 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "rnatm.h"
#include "rnatm_c.h"
#include "rnatm_log.h"
diff --git a/src/rnatm_properties.c b/src/rnatm_properties.c
@@ -20,6 +20,7 @@
#define _POSIX_C_SOURCE 200112L /* strtok_r and wordexp */
+#include "rnatm.h"
#include "rnatm_c.h"
#include "rnatm_log.h"