diff options
author | Guilherme Lepsch <lepsch@expertisesolutions.com.br> | 2015-02-20 11:29:23 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-02-20 11:29:34 +0100 |
commit | 6749348325e159ade2d0840c5df08c9f2ef66c2a (patch) | |
tree | a1ca9ae166e62197c89c01fcfb9a6a805873148d /src/lib/ecore_cocoa | |
parent | 7b12e6cc86825c3fe9242c7b25b4eb74550a901a (diff) |
ecore_cocoa: remove duplicated includes.
Summary: Remove duplicated includes in source file.
Reviewers: naguirre
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2001
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index 5e8a2052fd..76b90247db 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -100,10 +100,6 @@ | |||
100 | 100 | ||
101 | @end | 101 | @end |
102 | 102 | ||
103 | |||
104 | #include "Ecore_Cocoa.h" | ||
105 | #include "ecore_cocoa_private.h" | ||
106 | |||
107 | Ecore_Cocoa_Window * | 103 | Ecore_Cocoa_Window * |
108 | ecore_cocoa_window_new(int x, | 104 | ecore_cocoa_window_new(int x, |
109 | int y, | 105 | int y, |