From cc9936a32f91c107a2a7655af4feeee3f4de5d12 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Thu, 2 May 2013 15:56:26 +0200 Subject: libqos: Relocate I2C files Commit c4efe1cada311b9dc0df5beb71c4227ff3414aa1 (qtest: add libqos including PCI support) created a libqos/ subdirectory but left the existing I2C libqos files libi2c*.[hc] in tests/. Clean this up. Signed-off-by: Andreas Färber Signed-off-by: Andreas Färber Message-id: 1367502986-15104-1-git-send-email-afaerber@suse.de Signed-off-by: Anthony Liguori --- tests/tmp105-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tmp105-test.c') diff --git a/tests/tmp105-test.c b/tests/tmp105-test.c index 2869129df3..fecd6dcd70 100644 --- a/tests/tmp105-test.c +++ b/tests/tmp105-test.c @@ -7,7 +7,7 @@ * See the COPYING file in the top-level directory. */ #include "libqtest.h" -#include "libi2c.h" +#include "libqos/i2c.h" #include "hw/misc/tmp105_regs.h" #include -- cgit v1.2.3-55-g7522