Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi/acpica/Subsystem Fix include file mishap.



details:   https://anonhg.NetBSD.org/src/rev/fa0b50190bb9
branches:  trunk
changeset: 515526:fa0b50190bb9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Sep 28 01:37:03 2001 +0000

description:
Fix include file mishap.

diffstat:

 sys/dev/acpi/acpica/Subsystem/dbstats.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 181a0b8c6cd6 -r fa0b50190bb9 sys/dev/acpi/acpica/Subsystem/dbstats.c
--- a/sys/dev/acpi/acpica/Subsystem/dbstats.c   Fri Sep 28 01:25:55 2001 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/dbstats.c   Fri Sep 28 01:37:03 2001 +0000
@@ -115,11 +115,11 @@
  *****************************************************************************/
 
 
-#include <acpi.h>
-#include <acdebug.h>
-#include <amlcode.h>
-#include <acparser.h>
-#include <acnamesp.h>
+#include "acpi.h"
+#include "acdebug.h"
+#include "amlcode.h"
+#include "acparser.h"
+#include "acnamesp.h"
 
 #ifdef ENABLE_DEBUGGER
 



Home | Main Index | Thread Index | Old Index