diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-10-10 13:29:53 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-10-10 13:29:53 +0200 |
commit | 3b07fc126399f562e07643d8a3e9ce81a3b2185e (patch) | |
tree | 35da1384324438225431ffa92ea32a86bf034de3 /common/rfb/UpdateTracker.cxx | |
parent | 9168f618883e91d5475a99b5442219c3ed4283a7 (diff) | |
download | tigervnc-3b07fc126399f562e07643d8a3e9ce81a3b2185e.tar.gz tigervnc-3b07fc126399f562e07643d8a3e9ce81a3b2185e.zip |
Remove unused assert.h include
Diffstat (limited to 'common/rfb/UpdateTracker.cxx')
-rw-r--r-- | common/rfb/UpdateTracker.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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> |