Only include rsvg-cairo.h if it isn't already
This commit is contained in:
parent
2d5e4f6dcd
commit
33c4a0d221
|
@ -33,7 +33,9 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <librsvg/rsvg.h>
|
||||
#ifndef RSVG_CAIRO_H
|
||||
#include <librsvg/rsvg-cairo.h>
|
||||
#endif
|
||||
|
||||
#include "content/content_protected.h"
|
||||
#include "desktop/plotters.h"
|
||||
|
|
Loading…
Reference in New Issue