From 354688faba7bf2156e9cd6c868cce31201bb2448 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 8 Jul 2015 14:59:45 +0900 Subject: [PATCH] include: Add ddk/ prefix when including ddk headers. --- include/ddk/hidport.h | 2 +- include/ddk/hidsdi.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ddk/hidport.h b/include/ddk/hidport.h index 9af8c7e1a3d..219a8de5bba 100644 --- a/include/ddk/hidport.h +++ b/include/ddk/hidport.h @@ -19,7 +19,7 @@ #ifndef __HIDPORT_H__ #define __HIDPORT_H__ -#include +#include typedef struct _HID_MINIDRIVER_REGISTRATION { diff --git a/include/ddk/hidsdi.h b/include/ddk/hidsdi.h index 9ea89b52239..566d0301ac1 100644 --- a/include/ddk/hidsdi.h +++ b/include/ddk/hidsdi.h @@ -19,8 +19,8 @@ #ifndef __WINE_HIDSDI_H #define __WINE_HIDSDI_H -#include "hidusage.h" -#include "hidpi.h" +#include +#include #ifndef WINE_NTSTATUS_DECLARED #define WINE_NTSTATUS_DECLARED