Browse Source

don't include the file that 1) not present everywhere 2) not used anyway

pull/3/head
Sergei Golubchik 12 years ago
parent
commit
7e7e1bf8aa
  1. 1
      storage/innobase/fil/fil0fil.cc
  2. 1
      storage/xtradb/fil/fil0fil.cc

1
storage/innobase/fil/fil0fil.cc

@ -63,7 +63,6 @@ static ulint srv_data_read, srv_data_written;
#include <linux/fs.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <linux/falloc.h>
#endif
#include "row0mysql.h"

1
storage/xtradb/fil/fil0fil.cc

@ -61,7 +61,6 @@ static ulint srv_data_read, srv_data_written;
#include <linux/fs.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <linux/falloc.h>
#endif
#include "row0mysql.h"

Loading…
Cancel
Save