e_comp.h now includes other comp headers, explicitly including comp headers is not necessary

SVN revision: 82972
This commit is contained in:
Mike Blumenkrantz 2013-01-18 11:22:05 +00:00
parent fc287ad767
commit e75bc273b2
6 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,4 @@
#include "e.h"
#include "e_comp.h"
#include "e_comp_cfdata.h"
#include "e_comp_update.h"
#ifdef HAVE_WAYLAND_CLIENTS
#include "e_comp_wl.h"
#endif

View File

@ -7,6 +7,9 @@ typedef struct _E_Comp_Zone E_Comp_Zone;
#ifndef E_MOD_COMP_H
#define E_MOD_COMP_H
# include "e_comp_cfdata.h"
# include "e_comp_update.h"
typedef enum
{
E_COMP_ENGINE_NONE = 0,

View File

@ -1,7 +1,5 @@
#include "e.h"
#include "e_mod_main.h"
#include "e_comp.h"
#include "e_comp_cfdata.h"
struct _E_Config_Dialog_Data
{

View File

@ -1,7 +1,5 @@
#include "e.h"
#include "e_mod_main.h"
#include "e_comp.h"
#include "e_comp_cfdata.h"
typedef struct _Match_Config

View File

@ -1,7 +1,5 @@
#include "e.h"
#include "e_mod_main.h"
#include "e_comp.h"
#include "e_comp_cfdata.h"
static E_Int_Menu_Augmentation *maug = NULL;

View File

@ -1,7 +1,5 @@
/* Ask about compositing */
#include "e_wizard.h"
#include "e_comp.h"
#include "e_comp_cfdata.h"
static int do_gl = 0;
static int do_vsync = 0;