diff mbox

[28/30] remove twice included linux/types.h

Message ID 1354107458-30941-29-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Cleanup includes: remove twice included linux/types.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 qa/workunits/direct_io/test_sync_io.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/qa/workunits/direct_io/test_sync_io.c b/qa/workunits/direct_io/test_sync_io.c
index 1a84fee..613631e 100644
--- a/qa/workunits/direct_io/test_sync_io.c
+++ b/qa/workunits/direct_io/test_sync_io.c
@@ -12,7 +12,6 @@ 
 //#include "../client/ioctl.h"
 
 #include <linux/ioctl.h>
-#include <linux/types.h>
 #define CEPH_IOCTL_MAGIC 0x97
 #define CEPH_IOC_SYNCIO _IO(CEPH_IOCTL_MAGIC, 5)