summaryrefslogtreecommitdiffstats
path: root/src/jdwp/jdwp_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/jdwp/jdwp_main.cc')
-rw-r--r--src/jdwp/jdwp_main.cc16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/jdwp/jdwp_main.cc b/src/jdwp/jdwp_main.cc
index 33aadee..f4250e5 100644
--- a/src/jdwp/jdwp_main.cc
+++ b/src/jdwp/jdwp_main.cc
@@ -14,22 +14,18 @@
* limitations under the License.
*/
-/*
- * JDWP initialization.
- */
+#include <errno.h>
+#include <stdlib.h>
+#include <sys/time.h>
+#include <time.h>
+#include <unistd.h>
#include "atomic.h"
+#include "base/logging.h"
#include "debugger.h"
#include "jdwp/jdwp_priv.h"
-#include "logging.h"
#include "scoped_thread_state_change.h"
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/time.h>
-#include <time.h>
-#include <errno.h>
-
namespace art {
namespace JDWP {