Browse Source

Fix include directives

Patrick-Christopher Mattulat 1 year ago
parent
commit
b5c8397833

+ 2 - 2
include/ls-std/core/exception/IllegalArithmeticOperationException.hpp

@@ -7,8 +7,8 @@
  *
  * */
 
-#ifndef LS_STD_ILLEGAL_OPERATION_EXCEPTION_HPP
-#define LS_STD_ILLEGAL_OPERATION_EXCEPTION_HPP
+#ifndef LS_STD_ILLEGAL_ARITHMETIC_OPERATION_EXCEPTION_HPP
+#define LS_STD_ILLEGAL_ARITHMETIC_OPERATION_EXCEPTION_HPP
 
 #include <ls-std/core/exception/Exception.hpp>
 #include <ls-std/os/dynamic-goal.hpp>

+ 3 - 3
include/ls-std/io/FilePathSeparator.hpp

@@ -3,12 +3,12 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2023-02-06
+ * Changed:         2023-02-22
  *
  * */
 
-#ifndef FILE_PATH_SEPARATOR_HPP
-#define FILE_PATH_SEPARATOR_HPP
+#ifndef LS_STD_FILE_PATH_SEPARATOR_HPP
+#define LS_STD_FILE_PATH_SEPARATOR_HPP
 
 #include <ls-std/os/dynamic-goal.hpp>
 #include <string>

+ 3 - 3
include/ls-std/io/FilePathSeparatorMatch.hpp

@@ -3,12 +3,12 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2023-02-05
+ * Changed:         2023-02-22
  *
  * */
 
-#ifndef LS_STD_FILE_PATH_MATCH_HPP
-#define LS_STD_FILE_PATH_MATCH_HPP
+#ifndef LS_STD_FILE_PATH_SEPARATOR_MATCH_HPP
+#define LS_STD_FILE_PATH_SEPARATOR_MATCH_HPP
 
 #include <ls-std/os/dynamic-goal.hpp>
 

+ 3 - 3
include/ls-std/io/xml/XmlParseParameter.hpp

@@ -3,12 +3,12 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-10-17
- * Changed:         2023-02-05
+ * Changed:         2023-02-22
  *
  * */
 
-#ifndef LS_STD_XML_PARSE_DATA_HPP
-#define LS_STD_XML_PARSE_DATA_HPP
+#ifndef LS_STD_XML_PARSE_PARAMETER_HPP
+#define LS_STD_XML_PARSE_PARAMETER_HPP
 
 #include "XmlNode.hpp"
 #include <cstdint>