diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_device.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_evdev.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_fb.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_inputs.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_output.c | 4 | ||||
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_sprites.c | 4 |
7 files changed, 0 insertions, 28 deletions
diff --git a/src/lib/ecore_drm/ecore_drm.c b/src/lib/ecore_drm/ecore_drm.c index f8ad1d5268..4c92e88bc8 100644 --- a/src/lib/ecore_drm/ecore_drm.c +++ b/src/lib/ecore_drm/ecore_drm.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 | 30 | ||
35 | /* local variables */ | 31 | /* local variables */ |
diff --git a/src/lib/ecore_drm/ecore_drm_device.c b/src/lib/ecore_drm/ecore_drm_device.c index 2b79834c46..27e42897f7 100644 --- a/src/lib/ecore_drm/ecore_drm_device.c +++ b/src/lib/ecore_drm/ecore_drm_device.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 <dlfcn.h> | 30 | #include <dlfcn.h> |
35 | 31 | ||
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> |
diff --git a/src/lib/ecore_drm/ecore_drm_fb.c b/src/lib/ecore_drm/ecore_drm_fb.c index d54ed401d3..f705fa2483 100644 --- a/src/lib/ecore_drm/ecore_drm_fb.c +++ b/src/lib/ecore_drm/ecore_drm_fb.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 | 30 | ||
35 | /** | 31 | /** |
diff --git a/src/lib/ecore_drm/ecore_drm_inputs.c b/src/lib/ecore_drm/ecore_drm_inputs.c index e1e6997bc8..d0896eced3 100644 --- a/src/lib/ecore_drm/ecore_drm_inputs.c +++ b/src/lib/ecore_drm/ecore_drm_inputs.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 | 30 | ||
35 | EAPI int ECORE_DRM_EVENT_SEAT_ADD = -1; | 31 | EAPI int ECORE_DRM_EVENT_SEAT_ADD = -1; |
diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index d625f8cd36..be926c6f95 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.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 | 31 | ||
diff --git a/src/lib/ecore_drm/ecore_drm_sprites.c b/src/lib/ecore_drm/ecore_drm_sprites.c index fad57e51d2..e8d807c180 100644 --- a/src/lib/ecore_drm/ecore_drm_sprites.c +++ b/src/lib/ecore_drm/ecore_drm_sprites.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 | 30 | ||
35 | /** | 31 | /** |