diff --git a/examples/AlignDet/src/Alignment_to_Condition.cpp b/examples/AlignDet/src/Alignment_to_Condition.cpp
index e932ec86cab0b7e17167097a43d41dbe1122475a..7db07168f7052029f03eedcf61c6d78e8cf59613 100644
--- a/examples/AlignDet/src/Alignment_to_Condition.cpp
+++ b/examples/AlignDet/src/Alignment_to_Condition.cpp
@@ -24,8 +24,8 @@
 #include "DD4hep/Conditions.h"
 #include "DD4hep/Alignments.h"
 #include "DD4hep/AlignmentData.h"
-#include "DD4hep/objects/ConditionsInterna.h"
-#include "DD4hep/objects/AlignmentsInterna.h"
+#include "DD4hep/detail/ConditionsInterna.h"
+#include "DD4hep/detail/AlignmentsInterna.h"
 
 #include "DD4hep/Factories.h"
 
diff --git a/examples/Conditions/src/ConditionsTest.cpp b/examples/Conditions/src/ConditionsTest.cpp
index b0d390707ee6baab53366e6bc06ea10431dbfc9a..7f07520c3f1550882c74969f56b20cef90066288 100644
--- a/examples/Conditions/src/ConditionsTest.cpp
+++ b/examples/Conditions/src/ConditionsTest.cpp
@@ -17,8 +17,8 @@
 #include "DD4hep/DetectorTools.h"
 #include "DDCond/ConditionsDataLoader.h"
 #include "DDCond/ConditionsManager.h"
-#include "DD4hep/objects/DetectorInterna.h"
-#include "DD4hep/objects/ConditionsInterna.h"
+#include "DD4hep/detail/DetectorInterna.h"
+#include "DD4hep/detail/ConditionsInterna.h"
 
 // C/C++ include files
 #include <vector>
diff --git a/examples/Conditions/src/ConditionsTest.h b/examples/Conditions/src/ConditionsTest.h
index 583634954d0b6568c342e96a363b4c884fe2259d..a67107d6dfd0ba9312738a9180d1801784ab7c1c 100644
--- a/examples/Conditions/src/ConditionsTest.h
+++ b/examples/Conditions/src/ConditionsTest.h
@@ -19,7 +19,7 @@
 #include "DD4hep/Conditions.h"
 #include "DD4hep/ConditionsMap.h"
 #include "DD4hep/DetFactoryHelper.h"
-#include "DD4hep/objects/ConditionsInterna.h"
+#include "DD4hep/detail/ConditionsInterna.h"
 #include "DD4hep/ConditionsProcessor.h"
 
 #include "DDCond/ConditionsIOVPool.h"