summaryrefslogtreecommitdiff
path: root/src/libply-splash-core/ply-pixel-display.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2023-12-04 14:02:51 -0500
committerRay Strode <rstrode@redhat.com>2023-12-04 14:04:01 -0500
commit54fb7e1d56625e227202b4a6b0cd7cd37aca6863 (patch)
tree64a7089383bec5b54efd591753140d1f4022bba0 /src/libply-splash-core/ply-pixel-display.c
parent1b43dd504f5953cdbd0060ab09ec76a253b0019b (diff)
Include config.h automatically
There are a few files missing #include <config.h>. That is bad since it means those files don't get debug tracing. This commit eliminates the pitfall by making sure the file is included implicitly
Diffstat (limited to 'src/libply-splash-core/ply-pixel-display.c')
-rw-r--r--src/libply-splash-core/ply-pixel-display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libply-splash-core/ply-pixel-display.c b/src/libply-splash-core/ply-pixel-display.c
index 62119bcc..62398038 100644
--- a/src/libply-splash-core/ply-pixel-display.c
+++ b/src/libply-splash-core/ply-pixel-display.c
@@ -19,7 +19,6 @@
*
* Written by: Ray Strode <rstrode@redhat.com>
*/
-#include "config.h"
#include "ply-pixel-display.h"
#include <assert.h>