diff options
author | Keith Packard <keithp@keithp.com> | 2014-07-30 10:13:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-30 12:17:27 -0700 |
commit | 90803042bcbb9dc6261b5d112acf5613829d9f70 (patch) | |
tree | 77fd165ff7c69cd3c0999aef4b5993594c79314d /glamor/glamor_priv.h | |
parent | a08e7a098aa37351294a25fe62b7ff6e95622e64 (diff) |
Fix files including xorg-server.h by mistake
A few files in the server are including xorg-server.h, which is only
for use by Xorg server drivers. This fixes those errors and then adds
a check to make sure it doesn't happen again.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glamor/glamor_priv.h')
-rw-r--r-- | glamor/glamor_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 57a46873c..385c0279d 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -29,7 +29,6 @@ #include "dix-config.h" -#include <xorg-server.h> #include "glamor.h" #include "xvdix.h" |