Whamcloud - gitweb
LU-4987 lustre: Remove duplicate stdio.h include 75/10175/2
authorChristopher J. Morrone <morrone2@llnl.gov>
Wed, 30 Apr 2014 18:59:49 +0000 (11:59 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 9 May 2014 06:20:16 +0000 (06:20 +0000)
Remove a stray duplicate includ of stdio.h.

Change-Id: I5a40127e9a9f2c9281d1510aea2af1a7a07349b1
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/10175
Reviewed-by: Robert Read <robert.read@intel.com>
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/include/lustre/lustre_user.h

index eadec9d..2e97ab5 100644 (file)
@@ -49,7 +49,6 @@
 #ifndef __KERNEL__
 #include <stdio.h>
 #include <libcfs/posix/posix-types.h>
-#include <stdio.h>
 #endif
 #include <lustre/ll_fiemap.h>
 #if defined(__linux__)