diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-05 21:06:05 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-05 21:06:05 -0500 |
commit | 5c30327275509576b7848a5f842e7a1bffabe980 (patch) | |
tree | dbf0332750312fade8d3120b93511d712fa94b5b /Xext/xacestr.h | |
parent | bb1a577a6822f781f1e38d2434a13914e74f89aa (diff) |
XACE: Push the dix "structure" includes down to the security modules.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 045f8364f..e31d4246a 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -20,13 +20,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _XACESTR_H #define _XACESTR_H -#include "dixstruct.h" +#include "dix.h" #include "resource.h" #include "extnsionst.h" -#include "gcstruct.h" -#include "windowstr.h" -#include "inputstr.h" -#include "propertyst.h" +#include "window.h" +#include "input.h" +#include "property.h" #include "selection.h" #include "xace.h" |