From 93dc13c91a2634c59d2ff233fa8ba79a534205b0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 29 Sep 2010 13:26:21 +0200 Subject: client: Include config.h from common.h config.h should be availible everywhere, so move its inclusion to the top of common.h. --- client/application.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/application.cpp') diff --git a/client/application.cpp b/client/application.cpp index 3bd3330e..12580679 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -15,10 +15,6 @@ License along with this library; if not, see . */ -#ifndef WIN32 -#include "config.h" -#endif - #include "common.h" #ifdef WIN32 #include -- cgit