From 559b90fbbff137c8cbfc9a9c28da4f484f1c094f Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 11 Nov 2008 21:20:14 +0000 Subject: Move the things that aren't target specific to libqemu_common.a. This will improve the build time. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5699 c046a42c-6fe2-441c-8c8c-71466251a162 --- net.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'net.c') diff --git a/net.c b/net.c index 35aeb1ece2..f94ff1b177 100644 --- a/net.c +++ b/net.c @@ -21,24 +21,13 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "hw/hw.h" -#include "hw/boards.h" -#include "hw/usb.h" -#include "hw/pcmcia.h" -#include "hw/pc.h" -#include "hw/audiodev.h" -#include "hw/isa.h" -#include "hw/baum.h" -#include "hw/bt.h" +#include "qemu-common.h" #include "net.h" #include "console.h" #include "sysemu.h" -#include "gdbstub.h" #include "qemu-timer.h" #include "qemu-char.h" -#include "block.h" #include "audio/audio.h" -#include "migration.h" #include #include -- cgit v1.2.3