From da9738f8ee7785724d62eb94747d7803502545a8 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Sat, 12 Jan 2019 14:27:50 +0000 Subject: Remove unused macros HAVE_ACCESS and HAVE_REALPATH --- src/system.hh.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/system.hh.in') diff --git a/src/system.hh.in b/src/system.hh.in index 38ac1e63..799bb47c 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2018, John Wiegley. All rights reserved. + * Copyright (c) 2003-2019, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -60,8 +60,6 @@ #define HAVE_EDIT @HAVE_EDIT@ #define HAVE_GETTEXT @HAVE_GETTEXT@ -#cmakedefine HAVE_ACCESS -#cmakedefine HAVE_REALPATH #cmakedefine HAVE_GETPWUID #cmakedefine HAVE_GETPWNAM #cmakedefine HAVE_IOCTL -- cgit v1.2.3 From 15e5a6835005f0af7e26e19492764106ec3777a6 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Sat, 12 Jan 2019 21:43:12 +0000 Subject: Remove unnecessary include for sys/stat.h --- src/system.hh.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/system.hh.in') diff --git a/src/system.hh.in b/src/system.hh.in index 38ac1e63..e36d0aa3 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2018, John Wiegley. All rights reserved. + * Copyright (c) 2003-2019, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -143,7 +143,6 @@ typedef std::ostream::pos_type ostream_pos_type; #undef isspace(c) #endif -#include #if defined(_WIN32) || defined(__CYGWIN__) #include #else -- cgit v1.2.3 From dac56df1f4f9bcdce87d4b095310af49e74d9395 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Sun, 13 Jan 2019 16:59:06 +0000 Subject: Remove unnecessary include for unicodeobject.h --- src/system.hh.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/system.hh.in') diff --git a/src/system.hh.in b/src/system.hh.in index 38ac1e63..3d5451cb 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -247,7 +247,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include #include -#include #include #include -- cgit v1.2.3