fix include statement in stats.h
authorMartin Peschke <mpeschke@linux.vnet.ibm.com>
Mon, 20 Apr 2009 14:05:18 +0000 (16:05 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 21 Apr 2009 07:21:55 +0000 (09:21 +0200)
commit8d388c8ea6a58186bfdf7ca7fc4e1268eced8b14
tree1fa1f669af69d08170946b23657cf37ef8748713
parent60886290e2ba6ddae1213f3a13929193180c8c55
fix include statement in stats.h

Some endianess conversion macros have been moved and the corresponding
header file is gone. Need to adapt an include statement in stats.h. The
compiler did not complain because blkiomon.c accidently included blktrace.h
prior to stats.h. Introduced by blktrace rewrite which became version 2.

Signed-off-by: Martin Peschke <mpeschke@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
stats.h