From c3965bc5d0fe98c76af2ec01baf2a1f12586a822 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Fri, 30 Nov 2001 23:07:30 +0000 Subject: [PATCH] Rename debug.h to debugtools.h. --- documentation/debugging.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml index 5cc01310987..5868bcccc91 100644 --- a/documentation/debugging.sgml +++ b/documentation/debugging.sgml @@ -209,7 +209,7 @@ WARN(reg, "Could not access key!\n"); channel xxx, do: -#include "debug.h" +#include "debugtools.h" .... @@ -219,7 +219,7 @@ YYY(xxx, "<message>", ...); Some examples from the code: -#include "debug.h" +#include "debugtools.h" ... @@ -500,7 +500,7 @@ LPSTR debugres(const void *id); Thus, to use it, do something on the following lines: -#include "debug.h" +#include "debugtools.h" ...