summaryrefslogtreecommitdiff
path: root/src/xkbcomp/rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbcomp/rules.h')
-rw-r--r--src/xkbcomp/rules.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/xkbcomp/rules.h b/src/xkbcomp/rules.h
index 0567a7b..9e73c3e 100644
--- a/src/xkbcomp/rules.h
+++ b/src/xkbcomp/rules.h
@@ -24,14 +24,12 @@
* authorization from the authors.
*/
-#ifndef RULES_H
-#define RULES_H
-
-#include "xkbcomp-priv.h"
+#ifndef XKBCOMP_RULES_H
+#define XKBCOMP_RULES_H
bool
xkb_components_from_rules(struct xkb_context *ctx,
const struct xkb_rule_names *rmlvo,
struct xkb_component_names *out);
-#endif /* RULES_H */
+#endif