summaryrefslogtreecommitdiffstats
path: root/hacks/glx/dropshadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/dropshadow.c')
-rw-r--r--hacks/glx/dropshadow.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/hacks/glx/dropshadow.c b/hacks/glx/dropshadow.c
index 0a5855c..a4a5987 100644
--- a/hacks/glx/dropshadow.c
+++ b/hacks/glx/dropshadow.c
@@ -9,14 +9,11 @@
* implied warranty.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif /* HAVE_CONFIG_H */
+#include "screenhackI.h"
+#include "dropshadow.h"
#include <stdlib.h>
-#include "dropshadow.h"
-
/* (Alpha) texture data for drop shadow.
*/
static int drop_shadow_width = 32;