Remove unnecesssary include. (#32394)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Mon, 17 Feb 2020 11:47:57 +0000 (06:47 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 11:47:57 +0000 (12:47 +0100)
Less to build if you edit the file.

Co-authored-by: Jay Krell <jay.krell@cornell.edu>
src/mono/mono/mini/debugger-state-machine.h

index 6e8bc55..5002467 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <glib.h>
 #include <mono/metadata/metadata.h>
-#include <mono/utils/mono-threads-debug.h>
 #include <mono/utils/json.h>
 #include "debugger-agent.h"