Skip to content
Snippets Groups Projects
Commit 4aaa2570 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed string.h includes.

parent 952e13c1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
......@@ -28,8 +30,6 @@
#include "olectl.h"
#include "oleauto.h"
#include "string.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
......@@ -26,8 +28,6 @@
#include "ole2.h"
#include "string.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment