re-arrange include sequence to avoid a mingw introduced bug.

refers: https://www.cygwin.com/ml/cygwin/2012-12/msg00194.html

# Conflicts:
#	src/cygwin/device.c
This commit is contained in:
LunarShaddow 2016-03-07 15:43:04 +08:00 committed by Guus Sliepen
parent af83d0b9e8
commit e44c337eae

View file

@ -19,6 +19,7 @@
*/
#include "../system.h"
#include "../net.h"
#include <w32api/windows.h>
#include <w32api/winioctl.h>
@ -27,7 +28,6 @@
#include "../device.h"
#include "../logger.h"
#include "../names.h"
#include "../net.h"
#include "../route.h"
#include "../utils.h"
#include "../xalloc.h"