diff options
Diffstat (limited to 'util.cc')
-rw-r--r-- | util.cc | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -1,19 +1,4 @@ -#include "util.h" - -#include <list> -#include <string> -#include <cstring> - -#include <cstdlib> -#ifdef WIN32 -#include <io.h> -#else -#include <unistd.h> -#endif - -#if defined(HAVE_GETPWUID) || defined(HAVE_GETPWNAM) -#include <pwd.h> -#endif +#include "utils.h" namespace ledger { |