diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:24:56 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:24:56 +0200 |
commit | f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6 (patch) | |
tree | 1311542befe0f55943577b2629fc6625099b7e6f /src/colorramp.c | |
parent | Use gamma_method_spec_t struct to control and iterate through different (diff) | |
download | redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.gz redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.bz2 redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.xz |
Don't include gettext headers when NLS is disabled.
Diffstat (limited to 'src/colorramp.c')
-rw-r--r-- | src/colorramp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/colorramp.c b/src/colorramp.c index 9bc3b94..a154a9e 100644 --- a/src/colorramp.c +++ b/src/colorramp.c @@ -17,8 +17,6 @@ Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com> */ -#include <stdio.h> -#include <stdlib.h> #include <stdint.h> #include <math.h> |