Remove unused includes - wmenu - 🔧 fork of wmenu
(HTM) git clone git@git.drkhsh.at/wmenu.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 18895cd72b25654ca0f727dc60480b53fed2c904
(DIR) parent 906f7ccee81881754c023db0389c8510c0218ec8
(HTM) Author: adnano <me@adnano.co>
Date: Tue, 27 Feb 2024 08:49:09 -0500
Remove unused includes
Diffstat:
M pango.c | 2 --
M pango.h | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/pango.c b/pango.c
@@ -1,8 +1,6 @@
#include <cairo/cairo.h>
#include <pango/pangocairo.h>
-#include <stdarg.h>
#include <stdbool.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
(DIR) diff --git a/pango.h b/pango.h
@@ -1,8 +1,6 @@
#ifndef DMENU_PANGO_H
#define DMENU_PANGO_H
-#include <stdarg.h>
#include <stdbool.h>
-#include <stdint.h>
#include <cairo/cairo.h>
#include <pango/pangocairo.h>