projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b1ebd
)
Remove `common.h` header inclusion from `main.cpp`
author
Andrey Okoshkin
<a.okoshkin@samsung.com>
Fri, 9 Feb 2018 08:28:03 +0000
(11:28 +0300)
committer
Andrey Okoshkin
<a.okoshkin@samsung.com>
Fri, 9 Feb 2018 08:28:03 +0000
(11:28 +0300)
src/debug/netcoredbg/main.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/main.cpp
b/src/debug/netcoredbg/main.cpp
index bb9222a867974b49d72071b341009b8e91aa0e37..919b49e949467b587121cda5024dc93553cd6f46 100644
(file)
--- a/
src/debug/netcoredbg/main.cpp
+++ b/
src/debug/netcoredbg/main.cpp
@@
-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"