Remove `common.h` header inclusion from `main.cpp`
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Fri, 9 Feb 2018 08:28:03 +0000 (11:28 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Fri, 9 Feb 2018 08:28:03 +0000 (11:28 +0300)
src/debug/netcoredbg/main.cpp

index bb9222a867974b49d72071b341009b8e91aa0e37..919b49e949467b587121cda5024dc93553cd6f46 100644 (file)
@@ -2,7 +2,11 @@
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
 
-#include "common.h"
+#include <string>
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 #include "manageddebugger.h"
 #include "miprotocol.h"