util: fix include order

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-11-24 10:51:05 +10:00
parent 3168d86223
commit 4a5dcbf69b

View file

@ -28,7 +28,6 @@
#include "config.h"
#include <assert.h>
#include <unistd.h>
#include <limits.h>
#include <math.h>
#include <stdarg.h>
@ -36,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "libinput.h"