Move all include files to src/include
- 86Box's own headers go to /86box - munt's public interface goes to /mt32emu - all slirp headers go to /slirp (might want to consider using only its public inteface) - single file headers from other projects go in include root
This commit is contained in:
@@ -25,30 +25,30 @@
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#define HAVE_STDARG_H
|
||||
#include "86box.h"
|
||||
#include "cdrom.h"
|
||||
#include <86box/86box.h>
|
||||
#include <86box/cdrom.h>
|
||||
#include "cpu.h"
|
||||
#include "scsi_device.h"
|
||||
#include "scsi_cdrom.h"
|
||||
#include "dma.h"
|
||||
#include "86box_io.h"
|
||||
#include "device.h"
|
||||
#include "apm.h"
|
||||
#include "keyboard.h"
|
||||
#include "machine.h"
|
||||
#include "mem.h"
|
||||
#include "timer.h"
|
||||
#include "nvr.h"
|
||||
#include "pci.h"
|
||||
#include "pic.h"
|
||||
#include "port_92.h"
|
||||
#include "hdc.h"
|
||||
#include "hdc_ide.h"
|
||||
#include "hdc_ide_sff8038i.h"
|
||||
#include "zip.h"
|
||||
#include "machine.h"
|
||||
#include "smbus.h"
|
||||
#include "piix.h"
|
||||
#include <86box/scsi_device.h>
|
||||
#include <86box/scsi_cdrom.h>
|
||||
#include <86box/dma.h>
|
||||
#include <86box/io.h>
|
||||
#include <86box/device.h>
|
||||
#include <86box/apm.h>
|
||||
#include <86box/keyboard.h>
|
||||
#include <86box/machine.h>
|
||||
#include <86box/mem.h>
|
||||
#include <86box/timer.h>
|
||||
#include <86box/nvr.h>
|
||||
#include <86box/pci.h>
|
||||
#include <86box/pic.h>
|
||||
#include <86box/port_92.h>
|
||||
#include <86box/hdc.h>
|
||||
#include <86box/hdc_ide.h>
|
||||
#include <86box/hdc_ide_sff8038i.h>
|
||||
#include <86box/zip.h>
|
||||
#include <86box/machine.h>
|
||||
#include <86box/smbus.h>
|
||||
#include <86box/piix.h>
|
||||
|
||||
|
||||
#define ACPI_TIMER_FREQ 3579545
|
||||
|
||||
Reference in New Issue
Block a user