mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ges-pitivi-formatter: move libxml includes into .c file
There's no need to have them in the header file.
This commit is contained in:
parent
2fc0a0c619
commit
6a3391eae8
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
#include <libxml/xmlreader.h>
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
#include "libxml/encoding.h"
|
||||
#include "libxml/xmlwriter.h"
|
||||
|
||||
#include <ges/ges.h>
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
#ifndef _GES_PITIVI_FORMATTER
|
||||
#define _GES_PITIVI_FORMATTER
|
||||
#include <libxml/xmlreader.h>
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
#include "libxml/encoding.h"
|
||||
#include "libxml/xmlwriter.h"
|
||||
|
||||
|
||||
#define GES_TYPE_PITIVI_FORMATTER ges_pitivi_formatter_get_type()
|
||||
|
||||
|
|
Loading…
Reference in a new issue