From b8487afe5456d37efcc3bc622764715e7edbe6f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 17:28:27 +0000 Subject: (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) --- src/date.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/date.cpp') diff --git a/src/date.cpp b/src/date.cpp index 4b9a49f6d..3c29eaf82 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -10,7 +10,6 @@ /** @file date.cpp Handling of dates in our native format and transforming them to something human readable. */ #include "stdafx.h" -#include "variables.h" #include "network/network.h" #include "network/network_func.h" #include "currency.h" -- cgit v1.2.3-54-g00ecf