summaryrefslogtreecommitdiffstats
path: root/client/mjpeg_decoder.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
commit93dc13c91a2634c59d2ff233fa8ba79a534205b0 (patch)
tree6ddacbbc3e3405299862e15728a562666c6b0153 /client/mjpeg_decoder.cpp
parent44631aa023c58990f13ca50050567033cfa9da3f (diff)
downloadspice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.gz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.xz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.zip
client: Include config.h from common.h
config.h should be availible everywhere, so move its inclusion to the top of common.h.
Diffstat (limited to 'client/mjpeg_decoder.cpp')
-rw-r--r--client/mjpeg_decoder.cpp4
1 files changed, 0 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#ifndef WIN32
-#include "config.h"
-#endif
-
#include "common.h"
#include "debug.h"
#include "utils.h"