From 1d29f92349843851d26cc453598cbe3a3f4fd5f1 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 11 Oct 2017 20:57:29 -0700 Subject: Move module structures out of headers --- src/gamma-w32gdi.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/gamma-w32gdi.h') diff --git a/src/gamma-w32gdi.h b/src/gamma-w32gdi.h index 9094acd..ac6eb10 100644 --- a/src/gamma-w32gdi.h +++ b/src/gamma-w32gdi.h @@ -20,19 +20,8 @@ #ifndef REDSHIFT_GAMMA_W32GDI_H #define REDSHIFT_GAMMA_W32GDI_H -#include -#include - #include "redshift.h" - -typedef struct { - WORD *saved_ramps; - int preserve; -} w32gdi_state_t; - - extern const gamma_method_t w32gdi_gamma_method; - #endif /* ! REDSHIFT_GAMMA_W32GDI_H */ -- cgit v1.2.3-70-g09d2