change name of include guard E_COMP_H

Summary: e_comp is not an e module anymore.

Test Plan: N/A

Reviewers: raster, devilhorns, zmike

CC: cedric

Differential Revision: https://phab.enlightenment.org/D791
This commit is contained in:
Gwanglim Lee 2014-04-25 00:20:13 -04:00 committed by Mike Blumenkrantz
parent a444f71db7
commit a008cd66fd
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ typedef enum _E_Layer
} E_Layer;
#else
#ifndef E_MOD_COMP_H
#define E_MOD_COMP_H
#ifndef E_COMP_H
#define E_COMP_H
# include "e_comp_cfdata.h"