mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
[directfb] Fix header include order to include cairoint.h first
This commit is contained in:
parent
18f4f02f72
commit
4595134598
1 changed files with 2 additions and 3 deletions
|
|
@ -35,14 +35,13 @@
|
|||
* Claudio Ciccani <klan@users.sf.net>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "cairoint.h"
|
||||
|
||||
#include "cairo-directfb.h"
|
||||
|
||||
#include <directfb.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <directfb.h>
|
||||
#include <direct/types.h>
|
||||
#include <direct/debug.h>
|
||||
#include <direct/memcpy.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue