include: move version defines out to version.h

This commit is contained in:
David Hrdlička
2020-06-26 13:26:42 +02:00
parent 936462910c
commit 23efba22f1
11 changed files with 38 additions and 20 deletions

View File

@@ -25,6 +25,7 @@
#include <86box/device.h>
#include <86box/smbus.h>
#include <86box/spd.h>
#include <86box/version.h>
#define MIN(a, b) ((a) < (b) ? (a) : (b))