diff options
author | Anthony Liguori | 2011-06-08 19:13:58 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-06-08 19:13:58 +0200 |
commit | 13748cf499fbd93468e7103c0866e073a666f270 (patch) | |
tree | b7bad9c923765b123703a738539bc66afb765a56 /audio/audio_pt_int.c | |
parent | qemu-img create: Fix displayed default cluster size (diff) | |
parent | virtio: Move virtio-pci to hw library (diff) | |
download | qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.gz qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.xz qemu-13748cf499fbd93468e7103c0866e073a666f270.zip |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'audio/audio_pt_int.c')
-rw-r--r-- | audio/audio_pt_int.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/audio_pt_int.c b/audio/audio_pt_int.c index 908c569a92..9a9c306a9c 100644 --- a/audio/audio_pt_int.c +++ b/audio/audio_pt_int.c @@ -6,8 +6,6 @@ #include "audio_int.h" #include "audio_pt_int.h" -#include <signal.h> - static void GCC_FMT_ATTR(3, 4) logerr (struct audio_pt *pt, int err, const char *fmt, ...) { |