diff options
| author | Jan Kiszka | 2011-09-20 17:11:58 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-09-21 11:49:16 +0200 |
| commit | 43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65 (patch) | |
| tree | c492995b9c13baadb56b7f8622f555ba6a4460b3 /ui | |
| parent | fix compilation with stderr trace backend (diff) | |
| download | qemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.tar.gz qemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.tar.xz qemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.zip | |
Drop unneeded pthread.h inclusions
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/spice-display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/spice-display.c b/ui/spice-display.c index 3a92a126e5..6c302a3909 100644 --- a/ui/spice-display.c +++ b/ui/spice-display.c @@ -15,8 +15,6 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include <pthread.h> - #include "qemu-common.h" #include "qemu-spice.h" #include "qemu-timer.h" |
