aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/mesh_path.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesh/mesh_path.h b/src/mesh/mesh_path.h
index 7aaa9daac..2039ceb1e 100644
--- a/src/mesh/mesh_path.h
+++ b/src/mesh/mesh_path.h
@@ -24,8 +24,8 @@
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 */ 25 */
26 26
27#ifndef MESH_PATH_H 27#ifndef MESH_PATH_H_
28#define MESH_PATH_H 28#define MESH_PATH_H_
29 29
30#ifdef __cplusplus 30#ifdef __cplusplus
31extern "C" 31extern "C"
@@ -35,8 +35,6 @@ extern "C"
35#endif 35#endif
36#endif 36#endif
37 37
38#include "mesh.h"
39
40/******************************************************************************/ 38/******************************************************************************/
41/************************ DATA STRUCTURES ****************************/ 39/************************ DATA STRUCTURES ****************************/
42/******************************************************************************/ 40/******************************************************************************/