mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
glx: drop including dix-config.h from internal includes
The consumers always need to include <dix-config.h> at the very top anyways, so no need to also include it (with extra guards) from internal headers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -26,11 +26,9 @@
|
||||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
* MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
*/
|
||||
|
||||
#ifndef _XSERVER_VNDSERVER_PRIV_H
|
||||
#define _XSERVER_VNDSERVER_PRIV_H
|
||||
|
||||
#include <dix-config.h>
|
||||
#include "glxvndabi.h"
|
||||
#include "vndserver.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user