| commit | c07808a04b1333a1b59bc580f210d841f09a43ef | [log] [tgz] |
|---|---|---|
| author | Steven Edwards <steven_ed4153@yahoo.com> | Wed Sep 17 04:16:51 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 17 04:16:51 2003 +0000 |
| tree | 1670afc1b3c2d318acaffa066973bdcf954729f3 | |
| parent | f3a35766db72d6b962b9b62ef5bbaad7f174b138 [diff] |
Remove redundant includes.
diff --git a/dlls/ntdll/debugtools.c b/dlls/ntdll/debugtools.c index dcae37f..b8a8706 100644 --- a/dlls/ntdll/debugtools.c +++ b/dlls/ntdll/debugtools.c
@@ -21,9 +21,6 @@ #include "config.h" #include "wine/port.h" -#include "config.h" -#include "wine/port.h" - #include <assert.h> #include <stdio.h> #include <stdlib.h>