[Parted-edge] [PATCH 1/4] parted/filesys.h doesn't use stdio.h, parted/disk.h and parted/exception.h

Otavio Salvador otavio at ossystems.com.br
Fri Nov 2 21:22:57 UTC 2007


From: Otavio Salvador <otavio at ossystems.com.br>


---

 include/parted/filesys.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/include/parted/filesys.h b/include/parted/filesys.h
index eacfa72..9d8025c 100644
--- a/include/parted/filesys.h
+++ b/include/parted/filesys.h
@@ -31,11 +31,8 @@ typedef struct _PedFileSystemType	PedFileSystemType;
 typedef const struct _PedFileSystemOps	PedFileSystemOps;
 
 #include <parted/geom.h>
-#include <parted/disk.h>
-#include <parted/exception.h>
 #include <parted/constraint.h>
 #include <parted/timer.h>
-#include <stdio.h>
 
 struct _PedFileSystemOps {
 	PedGeometry* (*probe) (PedGeometry* geom);




More information about the parted-edge mailing list