Browse Source

libdpkg: Remove duplicate <stdio.h> include

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Guillem Jover <guillem@debian.org>
Andrea Gelmini 15 years ago
parent
commit
7e31262a6f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/dpkg/path.c

+ 0 - 1
lib/dpkg/path.c

@@ -22,7 +22,6 @@
 #include <config.h>
 #include <compat.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>