fix header include order build regression

This commit is contained in:
Joel Dice 2013-12-18 11:40:23 -07:00
parent 38477c113c
commit fc38f596f1

View File

@ -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;