Remove old #include <cerrno> from jfs and xfs modules

Use of errno disappeared from jfs and xfs when they switched to using
helper functions for file system resizing.
This commit is contained in:
Mike Fleetwood 2012-09-14 13:51:35 +01:00 committed by Curtis Gedak
parent 3828019030
commit e7bfd52a4d
2 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@
#include "../include/jfs.h"
#include <cerrno>
namespace GParted
{

View File

@ -19,8 +19,6 @@
#include "../include/xfs.h"
#include <cerrno>
namespace GParted
{