aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-11 21:20:14 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-11 21:20:14 +0000
commit559b90fbbff137c8cbfc9a9c28da4f484f1c094f (patch)
tree16833d725acb28ba67564bb2e418a908c8f80898 /net.c
parent9118e7f08f39001c92d595090b41305ef45c200a (diff)
Move the things that aren't target specific to libqemu_common.a.
This will improve the build time. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5699 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'net.c')
-rw-r--r--net.c13
1 files changed, 1 insertions, 12 deletions
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 <unistd.h>
#include <fcntl.h>