summaryrefslogtreecommitdiff
path: root/libparted/filesys.c
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2007-01-16 06:43:36 +0530
committerদেবর্ষি রায় <rishi@Sunflower.(none)>2007-01-16 06:43:36 +0530
commitcb6ca73be06f360308e6a2fccb7142ed8175af29 (patch)
tree3b3a60640530ac4709c01a961abba02d1a02a915 /libparted/filesys.c
parent21dc308fe0829e12d55fba0e6f75063cf7bf651a (diff)
downloadparted-cb6ca73be06f360308e6a2fccb7142ed8175af29.tar.gz
Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them from other files.
Diffstat (limited to 'libparted/filesys.c')
-rw-r--r--libparted/filesys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libparted/filesys.c b/libparted/filesys.c
index d81d2f8..0cc64ac 100644
--- a/libparted/filesys.c
+++ b/libparted/filesys.c
@@ -31,7 +31,6 @@
#include <parted/parted.h>
#include <parted/debug.h>
-#include <string.h>
#if ENABLE_NLS
# include <libintl.h>