Merge pull request #24 from johnae/master

Remove libuv header include
pull/30/head
Andri Yngvason 2020-03-24 09:03:07 +00:00 committed by GitHub
commit b3b41d312a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>
#include <assert.h> #include <assert.h>
#include <uv.h>
#include <pixman.h> #include <pixman.h>
#define TILE_LENGTH 64 #define TILE_LENGTH 64