dbghelp: Remove unneeded #include <limits.h>.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2021-09-21 08:00:00 +02:00 committed by Alexandre Julliard
parent 69d07126fe
commit 23c325276b
3 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@
#define NONAMELESSUNION
#include <sys/types.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View file

@ -31,7 +31,6 @@
#include <sys/types.h>
#include <fcntl.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

View file

@ -24,7 +24,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <sys/types.h>
#include <assert.h>