Fix includes to use angle brackets

This commit is contained in:
2025-08-15 14:01:46 -04:00
parent edc198dd00
commit e3795c4233
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _ARTIFICED_MENTAL_PHENOMENON_H #ifndef _ARTIFICED_MENTAL_PHENOMENON_H
#define _ARTIFICED_MENTAL_PHENOMENON_H #define _ARTIFICED_MENTAL_PHENOMENON_H
#include "implexa.h" #include <mentenon.h>
namespace smo { namespace smo {
@@ -1,7 +1,7 @@
#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H #ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H #define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
#include "artificedMentalPhenomenon.h" #include <artificedMentalPhenomenon.h>
namespace smo { namespace smo {