From fc38f596f1999b0af0a3b465372d57f4a5560ef7 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 18 Dec 2013 11:40:23 -0700 Subject: [PATCH] fix header include order build regression --- classpath/java-net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classpath/java-net.cpp b/classpath/java-net.cpp index eefbfced03..88d03ab346 100644 --- a/classpath/java-net.cpp +++ b/classpath/java-net.cpp @@ -9,9 +9,9 @@ details. */ #include "jni.h" -#include "jni-util.h" #include "avian/machine.h" #include "sockets.h" +#include "jni-util.h" using namespace avian::classpath::sockets;