Skip to content

Commit 99be1ac

Browse files
committed
block: remove duplicate trace.h include
Reviewed-by: Connor Kuehl <[email protected]> Reviewed-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Daniel P. Berrangé <[email protected]>
1 parent 60ff2ae commit 99be1ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

block/file-posix.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@
106106
#include <xfs/xfs.h>
107107
#endif
108108

109-
#include "trace.h"
110-
111109
/* OS X does not have O_DSYNC */
112110
#ifndef O_DSYNC
113111
#ifdef O_SYNC

0 commit comments

Comments
 (0)