aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtime.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/systemtime.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/systemtime.h b/src/systemtime.h
index 90da169..0a6a66c 100644
--- a/src/systemtime.h
+++ b/src/systemtime.h
@@ -14,18 +14,12 @@
You should have received a copy of the GNU General Public License
along with Redshift. If not, see <http://www.gnu.org/licenses/>.
- Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
+ Copyright (c) 2010-2014 Jon Lund Steffensen <jonlst@gmail.com>
*/
#ifndef REDSHIFT_SYSTEMTIME_H
#define REDSHIFT_SYSTEMTIME_H
-#ifndef _WIN32
-# include <time.h>
-#else
-# include <windows.h>
-#endif
-
int systemtime_get_time(double *now);