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

@ -19,8 +19,6 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#pragma once
#define __CLUTTER_H_INSIDE__