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 /dri3 | |
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 'dri3')
-rw-r--r-- | dri3/dri3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dri3/dri3.h b/dri3/dri3.h index edc7fa267..7562352ff 100644 --- a/dri3/dri3.h +++ b/dri3/dri3.h @@ -23,8 +23,6 @@ #ifndef _DRI3_H_ #define _DRI3_H_ -#include <xorg-server.h> - #ifdef DRI3 #include <X11/extensions/dri3proto.h> |