[HIDPARSER]

* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61963
This commit is contained in:
Amine Khaldi
2014-02-03 17:32:34 +00:00
parent 5738b8acbf
commit e20351d346
2 changed files with 6 additions and 10 deletions
@@ -10,12 +10,6 @@
#pragma once
#define _HIDPI_
#define _HIDPI_NO_FUNCTION_MACROS_
#include <ntddk.h>
#include <hidpddi.h>
#include <hidpi.h>
//
// function prototypes
//
+6 -4
View File
@@ -1,10 +1,12 @@
#pragma once
#include <ntddk.h>
#include <assert.h>
#include <wdm.h>
#include <pshpack1.h>
#define _HIDPI_
#define _HIDPI_NO_FUNCTION_MACROS_
#include <hidpddi.h>
#include "hidparser.h"
#include <ntddkbd.h>
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.