[Orxonox-commit 5881] r10541 - code/branches/core7/src/libraries/core/module

landauf at orxonox.net landauf at orxonox.net
Sun Jun 7 13:53:29 CEST 2015


Author: landauf
Date: 2015-06-07 13:53:29 +0200 (Sun, 07 Jun 2015)
New Revision: 10541

Modified:
   code/branches/core7/src/libraries/core/module/DynLib.h
   code/branches/core7/src/libraries/core/module/DynLibManager.h
Log:
fixed include paths

Modified: code/branches/core7/src/libraries/core/module/DynLib.h
===================================================================
--- code/branches/core7/src/libraries/core/module/DynLib.h	2015-06-07 11:11:07 UTC (rev 10540)
+++ code/branches/core7/src/libraries/core/module/DynLib.h	2015-06-07 11:53:29 UTC (rev 10541)
@@ -38,7 +38,7 @@
 #ifndef _Core_DynLib_H__
 #define _Core_DynLib_H__
 
-#include "CorePrereqs.h"
+#include "core/CorePrereqs.h"
 
 #include <string>
 

Modified: code/branches/core7/src/libraries/core/module/DynLibManager.h
===================================================================
--- code/branches/core7/src/libraries/core/module/DynLibManager.h	2015-06-07 11:11:07 UTC (rev 10540)
+++ code/branches/core7/src/libraries/core/module/DynLibManager.h	2015-06-07 11:53:29 UTC (rev 10541)
@@ -38,7 +38,7 @@
 #ifndef _Core_DynLibManager_H__
 #define _Core_DynLibManager_H__
 
-#include "CorePrereqs.h"
+#include "core/CorePrereqs.h"
 
 #include <map>
 #include <string>




More information about the Orxonox-commit mailing list