diff options
Diffstat (limited to 'drivers/staging/hv/ChannelMgmt.h')
-rw-r--r-- | drivers/staging/hv/ChannelMgmt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h index d5ba5d13594..a8223d0d245 100644 --- a/drivers/staging/hv/ChannelMgmt.h +++ b/drivers/staging/hv/ChannelMgmt.h @@ -25,12 +25,12 @@ #ifndef _CHANNEL_MGMT_H_ #define _CHANNEL_MGMT_H_ -#include "osd.h" -#include "List.h" +#include "include/osd.h" +#include "include/List.h" #include "RingBuffer.h" -#include "VmbusChannelInterface.h" -#include "ChannelMessages.h" +#include "include/VmbusChannelInterface.h" +#include "include/ChannelMessages.h" |