* Move some inclusions to the main header.
CORE-7716

svn path=/trunk/; revision=61792
This commit is contained in:
Amine Khaldi
2014-01-24 20:15:05 +00:00
parent 3dc50e3afc
commit 6e7e584589
10 changed files with 9 additions and 29 deletions
-4
View File
@@ -18,10 +18,6 @@
#include "precomp.h"
#include <wininet.h>
#include <winreg.h>
#include <shlwapi.h>
struct bsc_t {
IBindStatusCallback IBindStatusCallback_iface;
-2
View File
@@ -18,8 +18,6 @@
#include "precomp.h"
#include <wine/list.h>
static CRITICAL_SECTION cs_dispex_static_data;
static CRITICAL_SECTION_DEBUG cs_dispex_static_data_dbg =
{
-2
View File
@@ -33,8 +33,6 @@
#include <olectl.h>
#include <objsafe.h>
#include <wine/list.h>
#ifdef HAVE_LIBXML2
/* not defined in older versions */
-3
View File
@@ -22,13 +22,10 @@
#include "precomp.h"
#include <wingdi.h>
#include <wininet.h>
#include <mshtml.h>
#include <objsafe.h>
#include <docobj.h>
#include <wine/list.h>
#ifdef HAVE_LIBXML2
static const WCHAR colspaceW[] = {':',' ',0};
-2
View File
@@ -20,8 +20,6 @@
#include "precomp.h"
#include <wine/list.h>
struct ns
{
BSTR prefix;
+6 -1
View File
@@ -15,12 +15,17 @@
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <ole2.h>
#include <msxml6.h>
#include <wininet.h>
#include <shlwapi.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
#include <wine/list.h>
#include "msxml_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
#endif /* _MSXML3_PCH_ */
-2
View File
@@ -25,8 +25,6 @@
# include <libxml/parserInternals.h>
#endif
#include <wine/list.h>
#ifdef HAVE_LIBXML2
typedef enum
-4
View File
@@ -20,10 +20,6 @@
#include "precomp.h"
#include <wininet.h>
#include <winreg.h>
#include <shlwapi.h>
#ifdef HAVE_LIBXML2
/* FIXME: IXMLDocument needs to implement
+2 -5
View File
@@ -78,16 +78,13 @@
/* Line 189 of yacc.c */
#line 21 "xslpattern.y"
#include <config.h>
#include "precomp.h"
#include <wine/port.h>
#ifdef HAVE_LIBXML2
#include "xslpattern.h"
#include <libxml/xpathInternals.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
static const xmlChar NameTest_mod_pre[] = "*[name()='";
static const xmlChar NameTest_mod_post[] = "']";
+1 -4
View File
@@ -526,16 +526,13 @@ static yyconst flex_int16_t yy_chk[178] =
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#line 22 "xslpattern.l"
#include "config.h"
#include "precomp.h"
#include "wine/port.h"
#ifdef HAVE_LIBXML2
#include "xslpattern.h"
#include "xslpattern.tab.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
#define SCAN xslpattern_get_extra(yyscanner)