build: Remove the config.h inclusion from all public headers

Do not include it at header side as it is not part of the installed headers.

Only keep it in cogl-gl-headers.h as it is a private header.

Add it to all the source files that depend on it.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3593>
This commit is contained in:
Corentin Noël
2024-02-16 23:48:18 +01:00
committed by Marge Bot
parent 5b49e0853c
commit e7de5c36f3
20 changed files with 17 additions and 22 deletions

View File

@ -20,6 +20,8 @@
* Dor Askayo <dor.askayo@gmail.com>
*/
#include "config.h"
#include "backends/native/meta-renderer-view-native.h"
#include "backends/native/meta-frame-native.h"