Changeset 676e2ff in git


Ignore:
Timestamp:
Jun 15, 1998, 11:25:21 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
179aa82fbb30390fbe552f03344e776322b3a73c
Parents:
31725ca8b489609f61223c01b0269aa0c7131c65
Message:
* got rid off unnecessary #includes


git-svn-id: file:///usr/local/Singular/svn/trunk@2154 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/find_exec.c

    r31725ca r676e2ff  
    1313#include "mod2.h"
    1414
    15 #if ! defined(MSDOS) && ! defined(__MWERKS__) && \
    16     defined(HAVE_SYS_TYPES_H) && defined(HAVE_PWD_H)&&defined(HAVE_SYS_PARAM_H)
     15#if ! defined(MSDOS) && ! defined(__MWERKS__)
    1716
    18 #include <sys/types.h>
    1917#include <unistd.h> /* always defiend */
    20 #include <pwd.h>
    21 
    2218#include <stdlib.h>
    23 #include <sys/stat.h>
    24 
    25 #ifdef HAVE_SYS_FILE_H
    26 # include <sys/file.h> /* can live without it */
    27 #endif
    28 #include <sys/param.h>
    2919#include <strings.h>
    3020
Note: See TracChangeset for help on using the changeset viewer.