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:
Enrico Weigelt, metux IT consult
2025-07-04 19:29:37 +02:00
parent acddffefcb
commit af38d5881b
11 changed files with 1 additions and 37 deletions

View File

@@ -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"