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 /os | |
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 'os')
-rw-r--r-- | os/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/connection.c b/os/connection.c index 697ff4e74..ce765665f 100644 --- a/os/connection.c +++ b/os/connection.c @@ -148,7 +148,7 @@ extern __const__ int _nfiles; #include "opaque.h" #include "dixstruct.h" #ifdef XAPPGROUP -#include <X11/extensions/Xagsrv.h> +#include "appgroup.h" #endif #ifdef XCSECURITY #include "securitysrv.h" |