summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 01:10:32 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 01:10:32 +0000
commit26a3563ac697549cfe0131c5c2970c455f978607 (patch)
tree413129797210e2895ea66d2665c0644741dd0e58 /render
parentf1db2721541af239f6af053526abd4cf80b750e0 (diff)
dont need those includes no more
Diffstat (limited to 'render')
-rw-r--r--render/mask.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/mask.h b/render/mask.h
index 43b5dacd..4d2144e2 100644
--- a/render/mask.h
+++ b/render/mask.h
@@ -1,8 +1,6 @@
#ifndef __mask_h
#define __mask_h
-#include <X11/Xlib.h>
-#include <glib.h>
#include "render.h"
pixmap_mask *pixmap_mask_new(int w, int h, char *data);