// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
+#include "vscodeprotocol.h"
#include <iostream>
#include <unordered_map>
-#include <fstream>
-#include "vscodeprotocol.h"
+#include "torelease.h"
#include "cputil.h"
// for convenience
// 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 <fstream>
+#include <mutex>
+#include <string>
#include "json.hpp"
#include "debugger.h"