Minor style fretting

This commit is contained in:
Pietro Gagliardi 2018-05-25 21:17:04 -04:00
parent 472476392c
commit a6634f775b
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// 25 may 2018
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include "lib.hpp"
class posixError : public Error {