Include pixman header file with "..." instead of <...>

To avoid clang error on Xcode
This commit is contained in:
David Capello 2018-04-16 10:59:59 -03:00
parent eeb8069226
commit de25f286b4

View File

@ -8,7 +8,7 @@
#include "config.h"
#endif
#include <pixman.h>
#include "pixman.h"
#include "gfx/point.h"
#include "gfx/region.h"