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/mjpeg_decoder.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/mjpeg_decoder.cpp') diff --git a/client/mjpeg_decoder.cpp b/client/mjpeg_decoder.cpp index 8a3aedea..2470fb1e 100644 --- a/client/mjpeg_decoder.cpp +++ b/client/mjpeg_decoder.cpp @@ -16,10 +16,6 @@ License along with this library; if not, see . */ -#ifndef WIN32 -#include "config.h" -#endif - #include "common.h" #include "debug.h" #include "utils.h" -- cgit