Removed feature test macro definitions from source files

This commit is contained in:
Bert Münnich
2015-10-28 21:37:45 +01:00
parent e0e96977b3
commit e574a6d0dd
7 changed files with 13 additions and 21 deletions

2
util.c
View File

@ -16,8 +16,6 @@
* along with sxiv. If not, see <http://www.gnu.org/licenses/>.
*/
#define _POSIX_C_SOURCE 200112L
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>