From 0f3df8923d4d48b24b565becefa12d676c48a61a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 3 Dec 2010 09:21:23 +1000 Subject: unifdef XFree86LOADER Signed-off-by: Peter Hutterer Reviewed-by: Cyril Brulebois --- src/xf86Elo.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 6887a66..876f318 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -50,20 +50,13 @@ #include "xorgVersion.h" -#ifndef XFree86LOADER -#include -#include -#endif - #include "misc.h" #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Xinput.h" #include "exevents.h" -#ifdef XFree86LOADER #include "xf86Module.h" -#endif /** * models to be treated specially. @@ -1205,7 +1198,6 @@ _X_EXPORT InputDriverRec ELOGRAPHICS = { 0 /* ref count */ }; -#ifdef XFree86LOADER static pointer Plug(pointer module, pointer options, @@ -1243,4 +1235,3 @@ static XF86ModuleVersionInfo version_rec = { */ _X_EXPORT XF86ModuleData elographicsModuleData = { &version_rec, Plug, Unplug }; -#endif -- cgit v1.2.3