summaryrefslogtreecommitdiff
path: root/src/loggen.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-05-19 04:56:35 +0000
committerNathan Scott <nathans@sgi.com>2003-05-19 04:56:35 +0000
commit9fcfacdeb55b8823b0c7177818401d1feffb1523 (patch)
treec465d172afd48cd9ceb126b6b4453dfee363a492 /src/loggen.c
parent6a86ce7f048dde09d23a26c2893048ad1a3478b9 (diff)
QA source updates and some associated test changes
Diffstat (limited to 'src/loggen.c')
-rw-r--r--src/loggen.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/loggen.c b/src/loggen.c
index 9c010876..3dfab9de 100644
--- a/src/loggen.c
+++ b/src/loggen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
@@ -39,10 +39,9 @@
* - dxm 29/09/00
*/
-#include <libxfs.h>
-#include <malloc.h>
-#include <xfs_log.h>
-#include <xfs_log_priv.h>
+#include <xfs/libxfs.h>
+#include <xfs/xfs_log.h>
+#include <xfs/xfs_log_priv.h>
void
usage()