Uniform line endings (dos2unix)

This commit is contained in:
Martchus 2016-08-29 20:21:24 +02:00
parent 56907b6d4c
commit 648d482766
6 changed files with 1688 additions and 1692 deletions

View File

@ -3,12 +3,10 @@
#include <passwordfile/io/passwordfile.h>
#include <c++utilities/application/global.h>
#if defined(PLATFORM_UNIX)
#include <termios.h>
# include <termios.h>
#elif defined(PLATFORM_WINDOWS)
#include <windows.h>
# include <windows.h>
#endif
#include <string>
@ -17,9 +15,7 @@
#include <ostream>
namespace ApplicationUtilities {
typedef std::vector<std::string> StringVector;
}
namespace Io {