瀏覽代碼

Remove relative include path from Narrator class

Patrick-Christopher Mattulat 3 年之前
父節點
當前提交
eccd014c16
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      source/ls_std/logic/Narrator.cpp

+ 2 - 2
source/ls_std/logic/Narrator.cpp

@@ -3,12 +3,12 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-11-14
- * Changed:         2021-04-23
+ * Changed:         2021-05-02
  *
  * */
 
 #include <ls_std/utils/STLUtils.hpp>
-#include "../../../include/ls_std/logic/Narrator.hpp"
+#include <ls_std/logic/Narrator.hpp>
 
 ls_std::Narrator::Narrator() : ls_std::Class("Narrator")
 {}