Sync to trunk revision 61757.
[reactos.git] / dll / 3rdparty / libxslt / xsltlocale.c
index b5fe986..2b39b09 100644 (file)
  * winapi port: Roumen Petrov
  */
 
-#define IN_LIBXSLT
-#include "libxslt.h"
-
-#include <string.h>
-#include <libxml/xmlmemory.h>
+#include "precomp.h"
 
 #include "xsltlocale.h"
-#include "xsltutils.h"
 
 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ <= 2
 #define newlocale __newlocale