Update bcache.c (#115)

including the <stdint.h> twice. delete one.
This commit is contained in:
kypiching 2018-11-12 16:18:48 +08:00 committed by Joe Thornber
parent d1a41d01cc
commit 299a45cc7d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <libaio.h>
#include <unistd.h>
#include <linux/fs.h>