jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b7ce5d9c47d34dd18b1cb15676f4894e5769d42a

commit b7ce5d9c47d34dd18b1cb15676f4894e5769d42a
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Aug 27 17:14:03 2015 +0900

    Evas: Remove useless include
    
    config.h is already included in the private headers, and should be
    included first anyways.
---
 src/modules/evas/engines/gl_common/evas_gl_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_common.h 
b/src/modules/evas/engines/gl_common/evas_gl_common.h
index d6bf39e..0ff6d04 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_common.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_common.h
@@ -3,7 +3,6 @@
 
 #include "evas_common_private.h"
 #include "evas_private.h"
-#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>

-- 


Reply via email to