more MAX removals

ticket #1757 (4/3)


SVN revision: 79140
This commit is contained in:
Mike Blumenkrantz 2012-11-12 09:24:01 +00:00
parent 4ae43fb422
commit c3569031ff
1 changed files with 1 additions and 24 deletions

View File

@ -1,17 +1,4 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include "e.h"
#ifdef __FreeBSD__
# include <sys/ioctl.h>
@ -30,16 +17,6 @@
# include <ps/IOPowerSources.h>
#endif
#include <Eina.h>
#include <Ecore.h>
#include <Ecore_File.h>
#include <Ecore_Con.h>
/* define MAX for all OS, instead of plenty #include */
#ifndef MAX
# define MAX(a, b) ((a) < (b) ? (b) : (a))
#endif
/* supported batery system schemes - irrespective of OS */
#define CHECK_NONE 0
#define CHECK_ACPI 1