fcft: include <fcft/fcft.h>, and use fcft/stride.h instead of local copy

This commit is contained in:
Daniel Eklöf 2019-12-01 14:03:24 +01:00
parent 5919b0642c
commit 30335ef32a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 5 additions and 14 deletions

2
shm.c
View file

@ -9,12 +9,12 @@
#include <pixman.h>
#include <fcft/stride.h>
#include <tllist.h>
#define LOG_MODULE "shm"
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "stride.h"
static tll(struct buffer) buffers;