Publishing 2019 R3 content
[platform/upstream/dldt.git] / inference-engine / src / mkldnn_plugin / mkldnn_memory_solver.cpp
@@ -2,15 +2,15 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "memory_solver.hpp"
+#include "mkldnn_memory_solver.hpp"
 
-#include "details/ie_exception.hpp"
+#include <details/ie_exception.hpp>
 
 #include <algorithm>
 #include <vector>
 #include <map>
 
-namespace InferenceEngine {
+namespace MKLDNNPlugin {
 
 MemorySolver::MemorySolver(const std::vector<Box>& boxes) : _boxes(boxes) {
     int max_ts = 0;
@@ -133,4 +133,4 @@ void MemorySolver::calcDepth() {
     }
 }
 
-}  // namespace InferenceEngine
+}  // namespace MKLDNNPlugin