Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d02c37aa
Commit
d02c37aa
authored
Apr 07, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove unneeded includes.
parent
b024cd6d
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
0 additions
and
77 deletions
+0
-77
conpoint.c
dlls/mshtml/conpoint.c
+0
-3
editor.c
dlls/mshtml/editor.c
+0
-3
hlink.c
dlls/mshtml/hlink.c
+0
-3
htmlanchor.c
dlls/mshtml/htmlanchor.c
+0
-3
htmlbody.c
dlls/mshtml/htmlbody.c
+0
-3
htmlelem.c
dlls/mshtml/htmlelem.c
+0
-3
htmlelem2.c
dlls/mshtml/htmlelem2.c
+0
-4
htmlinput.c
dlls/mshtml/htmlinput.c
+0
-4
htmlnode.c
dlls/mshtml/htmlnode.c
+0
-4
htmloption.c
dlls/mshtml/htmloption.c
+0
-4
htmlscript.c
dlls/mshtml/htmlscript.c
+0
-4
htmlselect.c
dlls/mshtml/htmlselect.c
+0
-4
htmlstyle.c
dlls/mshtml/htmlstyle.c
+0
-4
htmlstylesheet.c
dlls/mshtml/htmlstylesheet.c
+0
-4
htmltable.c
dlls/mshtml/htmltable.c
+0
-4
htmltextarea.c
dlls/mshtml/htmltextarea.c
+0
-4
htmlwindow.c
dlls/mshtml/htmlwindow.c
+0
-4
main.c
dlls/mshtml/main.c
+0
-3
olecmd.c
dlls/mshtml/olecmd.c
+0
-4
selection.c
dlls/mshtml/selection.c
+0
-4
txtrange.c
dlls/mshtml/txtrange.c
+0
-4
No files found.
dlls/mshtml/conpoint.c
View file @
d02c37aa
...
...
@@ -16,10 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
...
...
dlls/mshtml/editor.c
View file @
d02c37aa
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
...
...
@@ -26,7 +24,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "mshtmcid.h"
...
...
dlls/mshtml/hlink.c
View file @
d02c37aa
...
...
@@ -16,10 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
...
...
dlls/mshtml/htmlanchor.c
View file @
d02c37aa
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
...
...
@@ -26,7 +24,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlbody.c
View file @
d02c37aa
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
...
...
@@ -26,7 +24,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlelem.c
View file @
d02c37aa
...
...
@@ -16,10 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
...
...
@@ -27,7 +25,6 @@
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "winnls.h"
#include "ole2.h"
#include "shlwapi.h"
...
...
dlls/mshtml/htmlelem2.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlinput.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlnode.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmloption.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlscript.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlselect.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlstyle.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlstylesheet.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmltable.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmltextarea.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/htmlwindow.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/main.c
View file @
d02c37aa
...
...
@@ -20,8 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
...
...
@@ -30,7 +28,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "winreg.h"
#include "ole2.h"
#include "advpub.h"
...
...
dlls/mshtml/olecmd.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "shlguid.h"
#include "mshtmdid.h"
...
...
dlls/mshtml/selection.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
...
...
dlls/mshtml/txtrange.c
View file @
d02c37aa
...
...
@@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "mshtmcid.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment