Minor style fretting
This commit is contained in:
parent
472476392c
commit
a6634f775b
|
@ -1,8 +1,8 @@
|
||||||
// 25 may 2018
|
// 25 may 2018
|
||||||
#include <errno.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <errno.h>
|
||||||
#include "lib.hpp"
|
#include "lib.hpp"
|
||||||
|
|
||||||
class posixError : public Error {
|
class posixError : public Error {
|
||||||
|
|
Loading…
Reference in New Issue