diff options
Diffstat (limited to 'src/lib/ecore_x/xcb/ecore_xcb_dnd.c')
-rw-r--r-- | src/lib/ecore_x/xcb/ecore_xcb_dnd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_x/xcb/ecore_xcb_dnd.c b/src/lib/ecore_x/xcb/ecore_xcb_dnd.c index 07eae1f22a..974ec0e4b2 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_dnd.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_dnd.c | |||
@@ -1,9 +1,5 @@ | |||
1 | #include "ecore_xcb_private.h" | 1 | #include "ecore_xcb_private.h" |
2 | 2 | ||
3 | #ifndef MIN | ||
4 | # define MIN(a, b) (((a) < (b)) ? (a) : (b)) | ||
5 | #endif | ||
6 | |||
7 | /* local structures */ | 3 | /* local structures */ |
8 | typedef struct _Version_Cache_Item | 4 | typedef struct _Version_Cache_Item |
9 | { | 5 | { |