Fixed header inclusions in `miprotocol.h`
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 13:03:40 +0000 (16:03 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 13:18:41 +0000 (16:18 +0300)
src/debug/netcoredbg/miprotocol.cpp
src/debug/netcoredbg/miprotocol.h

index a2902601d23bbf1664ae65fb5bcb02b455f5380e..eaac1df35a4ab5d019833295eb1534b77736f75d 100644 (file)
@@ -3,23 +3,16 @@
 // See the LICENSE file in the project root for more information.
 
 #define UNICODE
-#include "common.h"
+#include "miprotocol.h"
 
-#include <cstring>
-#include <string>
-#include <vector>
 #include <sstream>
-#include <unordered_set>
-#include <unordered_map>
 #include <functional>
 #include <algorithm>
-#include <mutex>
-#include <condition_variable>
 #include <iomanip>
 
-#include "platform.h"
-#include "miprotocol.h"
 #include "frames.h"
+#include "platform.h"
+#include "torelease.h"
 
 
 using namespace std::placeholders;
index ca5e073d48145d1bf149030dd4a106720dbaa1bf..6d40340fb201ba74d672a921aa461771212f8153 100644 (file)
@@ -1,8 +1,13 @@
 // Copyright (c) 2018 Samsung Electronics Co., LTD
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
+#pragma once
 
 #include <mutex>
+#include <string>
+#include <unordered_map>
+#include <unordered_set>
+#include <vector>
 
 #include "debugger.h"