aboutsummaryrefslogtreecommitdiff
path: root/src/backend/gl
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/gl')
-rw-r--r--src/backend/gl/egl.c2
-rw-r--r--src/backend/gl/glx.c12
2 files changed, 2 insertions, 12 deletions
diff --git a/src/backend/gl/egl.c b/src/backend/gl/egl.c
index e6d4d90..f4b1e3f 100644
--- a/src/backend/gl/egl.c
+++ b/src/backend/gl/egl.c
@@ -19,7 +19,7 @@
#include "compiler.h"
#include "config.h"
#include "log.h"
-#include "picom.h"
+#include "compfy.h"
#include "utils.h"
#include "x.h"
diff --git a/src/backend/gl/glx.c b/src/backend/gl/glx.c
index 109bec9..7e171e1 100644
--- a/src/backend/gl/glx.c
+++ b/src/backend/gl/glx.c
@@ -1,14 +1,4 @@
// SPDX-License-Identifier: MIT
-/*
- * Compton - a compositor for X11
- *
- * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard
- *
- * Copyright (c) 2011-2013, Christopher Jeffrey
- * Copyright (c) 2019 Yuxuan Shui <[email protected]>
- * See LICENSE-mit for more information.
- *
- */
#include <X11/Xlib-xcb.h>
#include <assert.h>
@@ -28,7 +18,7 @@
#include "compiler.h"
#include "config.h"
#include "log.h"
-#include "picom.h"
+#include "compfy.h"
#include "region.h"
#include "utils.h"
#include "win.h"