diff options
author | adnano <me@adnano.co> | 2024-02-27 08:49:09 -0500 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-02-27 08:49:09 -0500 |
commit | 18895cd72b25654ca0f727dc60480b53fed2c904 (patch) | |
tree | e11334c0d7cace9ff448075362e0e6c881f1901d | |
parent | 906f7ccee81881754c023db0389c8510c0218ec8 (diff) | |
download | wmenu-18895cd72b25654ca0f727dc60480b53fed2c904.tar.gz |
Remove unused includes
-rw-r--r-- | pango.c | 2 | ||||
-rw-r--r-- | pango.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -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> @@ -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> |