Merge pull request #1115 from snoack/missing-includes

Superfluous include causes failures if WLC headers aren't installed globally
This commit is contained in:
Drew DeVault 2017-03-14 14:40:50 -04:00 committed by GitHub
commit 109f384771
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include <stdint.h>
#include <unistd.h>
#include <wlc/wlc.h>
#include <xkbcommon/xkbcommon.h>
/**