summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-02-05 21:06:05 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-02-05 21:06:05 -0500
commit5c30327275509576b7848a5f842e7a1bffabe980 (patch)
treedbf0332750312fade8d3120b93511d712fa94b5b /Xext/xacestr.h
parentbb1a577a6822f781f1e38d2434a13914e74f89aa (diff)
XACE: Push the dix "structure" includes down to the security modules.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r--Xext/xacestr.h9
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"