summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-10-10 13:42:30 +0200
committerPierre Ossman <ossman@cendio.se>2014-10-10 13:42:30 +0200
commit705276743c0dcf15c17c8b56794855cebdecfc1b (patch)
tree148c5aea2452f65ccc412e52249f50e827933289 /common
parent41322934487e940357c715e9ac9698696b73d0d8 (diff)
parentd1a853bca7a70467915b3759aa9de5e63a5e8edb (diff)
downloadtigervnc-705276743c0dcf15c17c8b56794855cebdecfc1b.tar.gz
tigervnc-705276743c0dcf15c17c8b56794855cebdecfc1b.zip
Merge branch 'assert' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'common')
-rw-r--r--common/rfb/SMsgWriter.cxx1
-rw-r--r--common/rfb/UpdateTracker.cxx2
-rw-r--r--common/rfb/tightDecode.h1
3 files changed, 0 insertions, 4 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 <stdio.h>
-#include <assert.h>
#include <rdr/OutStream.h>
#include <rfb/msgTypes.h>
#include <rfb/fenceTypes.h>
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 <assert.h>
-
#include <rfb/UpdateTracker.h>
#include <rfb/LogWriter.h>
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 <rdr/ZlibInStream.h>
#include <rfb/Exception.h>
#include <rfb/TightConstants.h>
-#include <assert.h>
namespace rfb {