diff options
author | Victor Kareh <[email protected]> | 2019-05-23 13:19:09 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | 75bc924c16dfd8d3b2c243fa028339e501ada83e (patch) | |
tree | c48950f56d0a5d8e317e4f24fa7a773258f94a2e | |
parent | 0f37fceb6b2dd39b2693cd3f02a192e3afff96b2 (diff) | |
download | marco-75bc924c16dfd8d3b2c243fa028339e501ada83e.tar.bz2 marco-75bc924c16dfd8d3b2c243fa028339e501ada83e.tar.xz |
frame: remove uneeded include
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/ca475d44
-rw-r--r-- | src/core/frame.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/frame.c b/src/core/frame.c index 07837c19..855dc50d 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -30,10 +30,6 @@ #include "keybindings.h" #include "prefs.h" -#ifdef HAVE_RENDER -#include <X11/extensions/Xrender.h> -#endif - #define EVENT_MASK (SubstructureRedirectMask | \ StructureNotifyMask | SubstructureNotifyMask | \ ExposureMask | \ |