diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-12-29 16:06:02 -0500 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-12-29 16:06:02 -0500 |
commit | e8ce0e39b42866f7498208e4c874920a831457cf (patch) | |
tree | 0f1fc28c3d5b696ca6a3f21d2a855fe9e69e0b23 /src/gamma-dummy.c | |
parent | Update translation files (diff) | |
download | redshift-ng-e8ce0e39b42866f7498208e4c874920a831457cf.tar.gz redshift-ng-e8ce0e39b42866f7498208e4c874920a831457cf.tar.bz2 redshift-ng-e8ce0e39b42866f7498208e4c874920a831457cf.tar.xz |
Fix building on Windows
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index dac9f41..536b044 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -27,8 +27,6 @@ # define _(s) s #endif -#include "gamma-randr.h" - int gamma_dummy_init(void *state) |