Skip to content

Commit 7e7e1bf

Browse files
author
Sergei Golubchik
committed
don't include the file that 1) not present everywhere 2) not used anyway
1 parent 9ad97c4 commit 7e7e1bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

storage/innobase/fil/fil0fil.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ static ulint srv_data_read, srv_data_written;
6363
#include <linux/fs.h>
6464
#include <sys/ioctl.h>
6565
#include <fcntl.h>
66-
#include <linux/falloc.h>
6766
#endif
6867
#include "row0mysql.h"
6968

storage/xtradb/fil/fil0fil.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ static ulint srv_data_read, srv_data_written;
6161
#include <linux/fs.h>
6262
#include <sys/ioctl.h>
6363
#include <fcntl.h>
64-
#include <linux/falloc.h>
6564
#endif
6665
#include "row0mysql.h"
6766

0 commit comments

Comments
 (0)