// 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;
// 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"