summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-07-08 14:52:59 +0200
committerBehdad Esfahbod <behdad@behdad.org>2018-07-08 14:52:59 +0200
commit0b785d94d3d8aa7f7fe76ac7851d088fc9541952 (patch)
treeb6286e951193f78bb7e5259051afd397fe4f04ec
parent899841121260d62fc3f1c1728f82f5c02185dd97 (diff)
downloadpango-0b785d94d3d8aa7f7fe76ac7851d088fc9541952.tar.gz
[pango-view] Remove unused include stdio.h
-rw-r--r--utils/viewer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/viewer.h b/utils/viewer.h
index a4937693..c4d58193 100644
--- a/utils/viewer.h
+++ b/utils/viewer.h
@@ -21,7 +21,6 @@
#ifndef VIEWER_H
#define VIEWER_H
-#include <stdio.h>
#include <pango/pango.h>
typedef struct _PangoViewer PangoViewer;