Skip to content

Commit

Permalink
refactor(headers): streamline header file includes and ensure consist…
Browse files Browse the repository at this point in the history
…ent guard definitions
  • Loading branch information
Ze7111 committed Nov 24, 2024
1 parent 4898b6c commit 0d234f6
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 449 deletions.
6 changes: 3 additions & 3 deletions libhelix/core/include/cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
/// ///
///------------------------------------------------------------------------------------ Helix ---///

#ifndef __$LIBHELIX_CAST__
#define __$LIBHELIX_CAST__

#include "concepts.h"
#include "config.h"

#ifndef __$LIBHELIX_CAST__
#define __$LIBHELIX_CAST__

H_NAMESPACE_BEGIN
H_STD_NAMESPACE_BEGIN

Expand Down
6 changes: 3 additions & 3 deletions libhelix/core/include/concepts.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
/// ///
///------------------------------------------------------------------------------------ Helix ---///

#ifndef __$LIBHELIX_CONCEPTS__
#define __$LIBHELIX_CONCEPTS__

#include "config.h"
#include "dtypes.h"
#include "traits.h"

#ifndef __$LIBHELIX_CONCEPTS__
#define __$LIBHELIX_CONCEPTS__

H_NAMESPACE_BEGIN
H_STD_NAMESPACE_BEGIN
namespace concepts {
Expand Down
1 change: 1 addition & 0 deletions libhelix/core/include/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
#include "refs.h"
#include "traits.h"
#include "types.h"
#include "question.h"

#endif
Loading

0 comments on commit 0d234f6

Please sign in to comment.