diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-21 16:18:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-21 16:18:41 -0700 |
commit | 77c947b900faf34f425eef1549d8210c475e093b (patch) | |
tree | 98e50b15f84fcbe964a286b4be57e38bc7929443 /Xext/appgroup.c | |
parent | 40aafaf154ba8a2cba857689d1481be2d4a610c2 (diff) |
Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h
(Since all use is inside the xserver module, might as well keep the header
in the Xserver module instead of in proto/XExt to allow easier synchronization
of updates.)
Diffstat (limited to 'Xext/appgroup.c')
-rw-r--r-- | Xext/appgroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/appgroup.c b/Xext/appgroup.c index 61c1aa0d5..9de355c59 100644 --- a/Xext/appgroup.c +++ b/Xext/appgroup.c @@ -43,7 +43,6 @@ from The Open Group. #include "servermd.h" #define _XAG_SERVER_ #include <X11/extensions/Xagstr.h> -#include <X11/extensions/Xagsrv.h> #include "securitysrv.h" #include <X11/Xfuncproto.h> |