diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2014-02-08 14:58:26 +0200 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2014-02-08 14:58:26 +0200 |
commit | 70b131d09b7d21df1d1ffcf6a4e50d3086924228 (patch) | |
tree | 7e1cf6a569b3462ea659cf434bff57ef2c5c91ff | |
parent | 9707a7a5eac25536a5150fc12d9ace52420b4d36 (diff) |
No need to conditionalize the xf86Modes.h include.
-rw-r--r-- | src/geode_dcon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/geode_dcon.c b/src/geode_dcon.c index c2b9c53..5efd79e 100644 --- a/src/geode_dcon.c +++ b/src/geode_dcon.c @@ -29,9 +29,7 @@ /* Includes that are used by all drivers */ #include <xf86.h> -#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,15,0,0,0) #include <xf86Modes.h> -#endif #include <xf86_OSproc.h> #include <compiler.h> |