diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-03-09 08:27:05 -0500 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-03-09 08:27:05 -0500 |
commit | d4307e34943d16e4027bfec81aa038fbdce747db (patch) | |
tree | 426d2c658dc00daf9e4807f93afe39e22754258b /src/lib/ecore_drm/ecore_drm_evdev.c | |
parent | 2dbe2732a2103042681b8dea45ba96d4bd383d45 (diff) |
ecore-drm: Don't re-include config.h
As ecore_drm_private.h already includes config.h header, we don't need
to include it here in these files also
@fix
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_evdev.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index 68f95b3ea9..b389e5c86d 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c | |||
@@ -26,10 +26,6 @@ | |||
26 | * DEALINGS IN THE SOFTWARE. | 26 | * DEALINGS IN THE SOFTWARE. |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #ifdef HAVE_CONFIG_H | ||
30 | # include <config.h> | ||
31 | #endif | ||
32 | |||
33 | #include "ecore_drm_private.h" | 29 | #include "ecore_drm_private.h" |
34 | #include <ctype.h> | 30 | #include <ctype.h> |
35 | #include <math.h> | 31 | #include <math.h> |