Make rtl use a single header. Helps for PCH and will help for the new Headers (no need to change each file)

svn path=/trunk/; revision=15115
This commit is contained in:
Alex Ionescu 2005-05-08 05:14:46 +00:00
parent f60871a43b
commit 35deccffea
35 changed files with 85 additions and 105 deletions

View file

@ -24,7 +24,7 @@
* FILE: lib/rtl/genertictbl.c
*/
#include <ddk/ntddk.h>
#include "rtl.h"
#define NDEBUG
#include <debug.h>