]> source.dussan.org Git - tigervnc.git/commitdiff
Remove unused assert.h include
authorPierre Ossman <ossman@cendio.se>
Fri, 10 Oct 2014 11:29:53 +0000 (13:29 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 10 Oct 2014 11:29:53 +0000 (13:29 +0200)
common/rfb/SMsgWriter.cxx
common/rfb/UpdateTracker.cxx
common/rfb/tightDecode.h
vncviewer/Win32PixelBuffer.cxx

index 3698cb6c83e11fb52d3718178c1948b7f055cf0a..0d61292cbe0026ab5ac7d1289b5c4b2d48b65fac 100644 (file)
@@ -18,7 +18,6 @@
  * USA.
  */
 #include <stdio.h>
-#include <assert.h>
 #include <rdr/OutStream.h>
 #include <rfb/msgTypes.h>
 #include <rfb/fenceTypes.h>
index 14ac49d786239edd5de0d5b569faab404b7ae0f8..b53b85097ce40675b5a48ced4ded62e32907614a 100644 (file)
@@ -21,8 +21,6 @@
 // Tracks updated regions and a region-copy event, too
 //
 
-#include <assert.h>
-
 #include <rfb/UpdateTracker.h>
 #include <rfb/LogWriter.h>
 
index 0089f453c52bdc8844e21c66870d5a1a4013633a..fe18ce866812b36a650069108bb6b773e60a1450 100644 (file)
@@ -28,7 +28,6 @@
 #include <rdr/ZlibInStream.h>
 #include <rfb/Exception.h>
 #include <rfb/TightConstants.h>
-#include <assert.h>
 
 namespace rfb {
 
index 48718165c26d401e05b836962a6a7ac285ebb57b..3f8253041a82cdfac17b6a8184f6ee3abc4271d8 100644 (file)
@@ -21,7 +21,6 @@
 #include <config.h>
 #endif
 
-#include <assert.h>
 #include <stdlib.h>
 
 #include <windows.h>