From e3795c423371cc465a4f6004a298c6157d5223c8 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 15 Aug 2025 14:01:46 -0400 Subject: [PATCH] Fix includes to use angle brackets --- smocore/include/artificedMentalPhenomenon.h | 2 +- smocore/include/fantasyArtificedMentalPhenomenon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smocore/include/artificedMentalPhenomenon.h b/smocore/include/artificedMentalPhenomenon.h index c38871c..c9c5f10 100644 --- a/smocore/include/artificedMentalPhenomenon.h +++ b/smocore/include/artificedMentalPhenomenon.h @@ -1,7 +1,7 @@ #ifndef _ARTIFICED_MENTAL_PHENOMENON_H #define _ARTIFICED_MENTAL_PHENOMENON_H -#include "implexa.h" +#include namespace smo { diff --git a/smocore/include/fantasyArtificedMentalPhenomenon.h b/smocore/include/fantasyArtificedMentalPhenomenon.h index 54ad63a..2be1592 100644 --- a/smocore/include/fantasyArtificedMentalPhenomenon.h +++ b/smocore/include/fantasyArtificedMentalPhenomenon.h @@ -1,7 +1,7 @@ #ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H #define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H -#include "artificedMentalPhenomenon.h" +#include namespace smo {