mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-24 10:50:19 +01:00
util: fix include order
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 4a5dcbf69b)
This commit is contained in:
parent
67a875d752
commit
59d1ed9466
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue