]> Git Repo - qemu.git/blobdiff - hw/net/ne2000-isa.c
Include qemu/module.h where needed, drop it from qemu-common.h
[qemu.git] / hw / net / ne2000-isa.c
index 70e5c1d3d4cfe1f5ed30bd9428b67334cd9f5d10..3490e54c5a2b2456690f2f82d35aafae23a27957 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "hw/isa/isa.h"
 #include "hw/net/ne2000-isa.h"
 #include "hw/qdev.h"
 #include "ne2000.h"
 #include "sysemu/sysemu.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "qapi/visitor.h"
+#include "qemu/module.h"
 
 #define ISA_NE2000(obj) OBJECT_CHECK(ISANE2000State, (obj), TYPE_ISA_NE2000)
 
This page took 0.031932 seconds and 4 git commands to generate.