mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
19 lines
378 B
C
19 lines
378 B
C
/*
|
|
* Summary: implementation of the Relax-NG validation
|
|
* Description: implementation of the Relax-NG validation
|
|
*
|
|
* Copy: See Copyright for the status of this software.
|
|
*
|
|
* Author: Daniel Veillard
|
|
*/
|
|
|
|
#ifndef __XML_RELAX_NG__
|
|
#define __XML_RELAX_NG__
|
|
|
|
#include <libxml/xmlversion.h>
|
|
#include <libxml/hash.h>
|
|
#include <libxml/xmlstring.h>
|
|
|
|
|
|
#endif /* __XML_RELAX_NG__ */
|