IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:21:46 AM (19 years ago)
Author:
eugene
Message:

dropping non-standard includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r10842 r12875  
    11# include <stdio.h>
    22# include <fcntl.h>
    3 # include <malloc.h>
    43# include <math.h>
    54# include <errno.h>
    65# include <time.h>
    7 # include <memory.h>
    86# include <stdlib.h>
    97# include <string.h>
     
    1816# include <readline/history.h>
    1917# include <readline/readline.h>
     18
     19// XXX I was including these before, but RHL claims they are not needed
     20// # include <malloc.h>
     21// # include <memory.h>
    2022
    2123/* OHANA included stuff */
Note: See TracChangeset for help on using the changeset viewer.