From 3b07fc126399f562e07643d8a3e9ce81a3b2185e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 10 Oct 2014 13:29:53 +0200 Subject: [PATCH] Remove unused assert.h include --- common/rfb/SMsgWriter.cxx | 1 - common/rfb/UpdateTracker.cxx | 2 -- common/rfb/tightDecode.h | 1 - vncviewer/Win32PixelBuffer.cxx | 1 - 4 files changed, 5 deletions(-) diff --git a/common/rfb/SMsgWriter.cxx b/common/rfb/SMsgWriter.cxx index 3698cb6c..0d61292c 100644 --- a/common/rfb/SMsgWriter.cxx +++ b/common/rfb/SMsgWriter.cxx @@ -18,7 +18,6 @@ * USA. */ #include -#include #include #include #include diff --git a/common/rfb/UpdateTracker.cxx b/common/rfb/UpdateTracker.cxx index 14ac49d7..b53b8509 100644 --- a/common/rfb/UpdateTracker.cxx +++ b/common/rfb/UpdateTracker.cxx @@ -21,8 +21,6 @@ // Tracks updated regions and a region-copy event, too // -#include - #include #include diff --git a/common/rfb/tightDecode.h b/common/rfb/tightDecode.h index 0089f453..fe18ce86 100644 --- a/common/rfb/tightDecode.h +++ b/common/rfb/tightDecode.h @@ -28,7 +28,6 @@ #include #include #include -#include namespace rfb { diff --git a/vncviewer/Win32PixelBuffer.cxx b/vncviewer/Win32PixelBuffer.cxx index 48718165..3f825304 100644 --- a/vncviewer/Win32PixelBuffer.cxx +++ b/vncviewer/Win32PixelBuffer.cxx @@ -21,7 +21,6 @@ #include #endif -#include #include #include -- 2.39.5