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:
parent
3828019030
commit
e7bfd52a4d
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "../include/jfs.h"
|
||||
|
||||
#include <cerrno>
|
||||
|
||||
namespace GParted
|
||||
{
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "../include/xfs.h"
|
||||
|
||||
#include <cerrno>
|
||||
|
||||
namespace GParted
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue