clouseau's headers were all crazy and wrong. now they are less wrong.

SVN revision: 72181
This commit is contained in:
Mike Blumenkrantz 2012-06-15 10:03:54 +00:00
parent 5174a20c74
commit 0060707fd6
5 changed files with 13 additions and 33 deletions

View File

@ -9,6 +9,7 @@ AM_INIT_AUTOMAKE(1.6 dist-bzip2)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)
AC_GNU_SOURCE
AC_PROG_LIBTOOL
dnl Checking for __attribute__ support

View File

@ -1,18 +1,7 @@
#include <stdio.h>
#include <Ecore.h>
#include <Ecore_Ipc.h>
#include <Eina.h>
#include <Edje.h>
#include <Evas.h>
#include <Elementary.h>
#include <stdint.h>
#include "libclouseau.h"
#include "eet_data.h"
#include <Ecore_Ipc.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "eet_data.h"
#define CLIENT_NAME "Clouseau Client"

View File

@ -1,9 +1,9 @@
#include <stdio.h>
#include <unistd.h> /* misc. UNIX functions */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <fcntl.h>
#include <Ecore.h>
#include <Ecore_Ipc.h>
#include <stdint.h>
#include "eet_data.h"

View File

@ -1,22 +1,10 @@
#define _GNU_SOURCE 1
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include "libclouseau.h"
#include <dlfcn.h>
#include <execinfo.h>
#include <sys/socket.h>
#include <Eina.h>
#include <Ecore.h>
#include <Ecore_Ipc.h>
#include <Edje.h>
#include <Evas.h>
#include <Elementary.h>
#include "eet_data.h"
#include "libclouseau.h"
static Eina_Bool _elm_is_init = EINA_FALSE;
static const char *_my_app_name = NULL;

View File

@ -1,8 +1,10 @@
#ifndef _LIBCLOUSEAU_H
#define _LIBCLOUSEAU_H
#include <Eina.h>
#include <Evas.h>
#include <Ecore_Evas.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Elementary.h>
#define ELM_INTERNAL_API_ARGESFSDFEFC