devenum: Remove some unnecessary includes.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Zebediah Figura 2020-04-14 22:22:49 -05:00 committed by Alexandre Julliard
parent 7c16aacc5f
commit 8edbd2d3e8
2 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "devenum_private.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

View File

@ -22,9 +22,7 @@
* - Private file where devenum globals are declared
*/
#ifndef RC_INVOKED
#include <stdarg.h>
#endif
#include "windef.h"
#include "winbase.h"